We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ba4ba commit 9f549b3Copy full SHA for 9f549b3
.github/workflows/npm-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo ::set-output name=release_version::${GITHUB_REF/refs\/tags\//}
34
- run: npm ci
35
- run: |
36
- echo ${{ steps.vars.outputs.release_version }}
+ npm version ${{ steps.vars.outputs.release_version }}
37
npm publish
38
env:
39
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments