Skip to content

Commit 9f549b3

Browse files
Update npm-publish.yml
1 parent 31ba4ba commit 9f549b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo ::set-output name=release_version::${GITHUB_REF/refs\/tags\//}
3434
- run: npm ci
3535
- run: |
36-
echo ${{ steps.vars.outputs.release_version }}
36+
npm version ${{ steps.vars.outputs.release_version }}
3737
npm publish
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)