We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02df0e4 commit 476406dCopy full SHA for 476406d
.github/workflows/npm-publish.yml
@@ -35,7 +35,6 @@ jobs:
35
- run: |
36
git config --global user.email "[email protected]"
37
git config --global user.name "codeaholicguy"
38
- npm version ${{ steps.vars.outputs.release_version }}
39
npm publish
40
env:
41
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments