feat: add npm publishing step to release workflow
This commit is contained in:
parent
b4e09852de
commit
cf066b531e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -29,3 +29,8 @@ jobs:
|
||||||
args: release --clean
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PERSONAL_AUTH_TOKEN }}
|
||||||
|
- name: Publish to npm
|
||||||
|
uses: evg4b/goreleaser-npm-publisher-action@v1.0.0
|
||||||
|
with:
|
||||||
|
prefix: '@chaindead'
|
||||||
|
token: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue