We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cd13b commit 8ac7a31Copy full SHA for 8ac7a31
1 file changed
.github/workflows/version-and-publish-package.yml
@@ -94,7 +94,7 @@ jobs:
94
echo "needs_bump=false" >> $GITHUB_OUTPUT
95
fi
96
env:
97
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_NPM_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
99
- name: Bump version if needed
100
id: bump_version
@@ -126,7 +126,7 @@ jobs:
126
npm publish
127
echo "published=true" >> $GITHUB_OUTPUT
128
129
130
131
- name: Commit version changes
132
if: steps.bump_version.outputs.bumped == 'true'
0 commit comments