There was an error while loading. Please reload this page.
1 parent 691bd15 commit bd73e13Copy full SHA for bd73e13
1 file changed
.github/workflows/build-and-publish.yml
@@ -27,8 +27,9 @@ jobs:
27
with:
28
node-version: ${{ env.NODE_VERSION }}
29
registry-url: 'https://registry.npmjs.org'
30
+ registry-token: ${{ secrets.NPM_TOKEN }}
31
increment: ${{ github.event.inputs.increment }}
32
preid: ${{ github.event.inputs.preid }}
33
- uses: aboutbits/github-actions-base/github-create-release@v2
34
- tag-name: 'v${{ steps.package.outputs.version }}'
35
+ tag-name: '${{ steps.package.outputs.version }}'
0 commit comments