Skip to content

Commit

Permalink
fix: fix typo (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 authored Sep 5, 2024
1 parent 35f9571 commit 3a1a078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish @acala-network/wormhole-protal
run: yarn workspace @acala-network/wormhole-protal npm publish --tolerate-republish --access public ${{ env.NPM_TAG }}
- name: Publish @acala-network/wormhole-portal
run: yarn workspace @acala-network/wormhole-portal npm publish --tolerate-republish --access public ${{ env.NPM_TAG }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 3a1a078

Please sign in to comment.