We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a5d48 commit 056d25dCopy full SHA for 056d25d
.github/workflows/node-ci.prod.yml
@@ -183,7 +183,6 @@ jobs:
183
shell: bash
184
- name: Set package.json version
185
run: yarn version "${{ needs.bump-version.outputs.version }}"
186
+ - run: npm i -g npm@latest
187
- name: Publish package
- run: yarn npm publish --access=public --tag latest
188
- env:
189
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access=public --tag latest
0 commit comments