Skip to content

Commit f41178c

Browse files
committed
Build issues
1 parent 42f4a20 commit f41178c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525

2626
# update version
2727
- uses: actions/setup-node@v1
28-
- run: npm version ${{GITHUB_REF}}
2928
- run: npm ci
29+
- run: npm version $RELEASE_VERSION
30+
env:
31+
RELEASE_VERSION: ${{GITHUB_REF}}
3032

3133
# publish to NPMJS
3234
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)