Skip to content

Commit

Permalink
chore: change publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Jul 10, 2024
1 parent 316364d commit e8d3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_oraiswap_v3_wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Publish Oraiswap V3 Wasm
id: publish-oraiswap-v3-wasm
continue-on-error: true
run: yarn publish --access public wasm/pkg
run: npm publish --access public wasm/pkg
env:
CI: false
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e8d3091

Please sign in to comment.