Skip to content

Commit

Permalink
workflow: modify release config
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Aug 8, 2024
1 parent e57fea5 commit 0ad0f68
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 @@ -40,6 +40,6 @@ jobs:
wait-on: 'http://localhost:8881/examples/default-mode.html'

- name: Publish npm
run: yarn run release:publish
run: yarn run release:package
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 0ad0f68

Please sign in to comment.