Skip to content

Commit

Permalink
feat: use npm-binary-releaser hooks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed May 26, 2022
1 parent 94c3991 commit 8e94e81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Expand Up @@ -64,13 +64,8 @@ jobs:
id: semrel
with:
bin: ./semantic-release
hooks: goreleaser
hooks: goreleaser,npm-binary-releaser
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
npm i -g npm-binary-releaser
npm-binary-releaser -r ${{steps.semrel.outputs.version}}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
if: steps.semrel.outputs.version != ''

0 comments on commit 8e94e81

Please sign in to comment.