We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b402586 commit 98192cdCopy full SHA for 98192cd
1 file changed
.github/workflows/release.yml
@@ -49,5 +49,5 @@ jobs:
49
echo "No tag attached to HEAD. No new release needed."
50
fi
51
env:
52
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.PUBLIC_REPO_NPM_PUBLISH }}
53
0 commit comments