Skip to content

Commit 0f03d97

Browse files
dnischetaDmitry Nishcheta
andauthored
2.0.10 (#42)
* 2.0.10 * Fix release build * Fix env var --------- Co-authored-by: Dmitry Nishcheta <nish.dima@gmail.com>
1 parent e43bd1a commit 0f03d97

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
registry-url: https://registry.npmjs.org/
1818
- run: npm ci
1919
- run: npm run build
20+
env:
21+
VERSION: ${{github.ref_name}}
2022
- run: npm publish --access public
2123
env:
22-
VERSION: $GITHUB_REF_NAME
2324
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@2gis/deck2gis-layer",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "",
55
"main": "dist/deck2gislayer.js",
66
"typings": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)