Skip to content

Commit

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

0 comments on commit 1fa435f

Please sign in to comment.