Skip to content

Commit bd73e13

Browse files
committed
fix pipelines
1 parent 691bd15 commit bd73e13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
with:
2828
node-version: ${{ env.NODE_VERSION }}
2929
registry-url: 'https://registry.npmjs.org'
30+
registry-token: ${{ secrets.NPM_TOKEN }}
3031
increment: ${{ github.event.inputs.increment }}
3132
preid: ${{ github.event.inputs.preid }}
3233
- uses: aboutbits/github-actions-base/github-create-release@v2
3334
with:
34-
tag-name: 'v${{ steps.package.outputs.version }}'
35+
tag-name: '${{ steps.package.outputs.version }}'

0 commit comments

Comments
 (0)