There was an error while loading. Please reload this page.
1 parent 080a718 commit 89af8fdCopy full SHA for 89af8fd
1 file changed
.github/workflows/build-and-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: ${{ env.NODE_VERSION }}
29
registry-url: 'https://npm.pkg.github.com'
30
- registry-token: ${{ secrets.GITHUB_TOKEN }}
+ registry-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
31
increment: ${{ github.event.inputs.increment }}
32
preid: ${{ github.event.inputs.preid }}
33
- uses: aboutbits/github-actions-base/github-create-release@v2
0 commit comments