Skip to content

Commit

Permalink
ci: use JS-DevTools/npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Apr 29, 2024
1 parent da5320d commit 46398f5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ jobs:
- run: yarn install
- run: yarn build
- name: Publish to NPM
run: npm publish
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_REGISTRY: https://registry.npmjs.org
uses: JS-DevTools/npm-publish@v3
with:
token: ${{secrets.NPM_TOKEN}}
- name: Draft release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 46398f5

Please sign in to comment.