We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebeba50 commit 39c4aefCopy full SHA for 39c4aef
.github/workflows/release-analysis.yml
@@ -144,8 +144,6 @@ jobs:
144
npm ci || (echo "npm ci failed, regenerating lock file and retrying..." && npm install --package-lock-only && npm ci)
145
npm version ${{ needs.build.outputs.version }} --no-git-tag-version --allow-same-version
146
npm publish --tag latest --access public
147
- env:
148
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
149
150
# Publish to Docker Hub
151
publish_docker:
0 commit comments