We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f3ddc commit f5bd35cCopy full SHA for f5bd35c
1 file changed
.github/workflows/manual-publish.yml
@@ -67,12 +67,7 @@ jobs:
67
- name: Publish to npm
68
id: npm_publish
69
working-directory: packages/flarelette-jwt-ts
70
- run: |
71
- unset NODE_AUTH_TOKEN
72
- if [ -n "${NPM_CONFIG_USERCONFIG:-}" ] && [ -f "${NPM_CONFIG_USERCONFIG}" ]; then
73
- rm -f "${NPM_CONFIG_USERCONFIG}"
74
- fi
75
- npm publish --provenance --access public --registry=https://registry.npmjs.org
+ run: npm publish --provenance --access public
76
77
- name: Upload npm debug logs (on failure)
78
if: failure() && steps.npm_publish.outcome == 'failure'
0 commit comments