Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Dec 20, 2024
1 parent 4a13bc8 commit d769a10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
chmod +x ./gen-npm-pkg.sh
./gen-npm-pkg.sh
# - name: Publish to npm
# working-directory: aptos-wasm
# run: |
# npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }}
# npm publish pkg/ --access public
- name: Publish to npm
working-directory: aptos-wasm-bindings
run: |
npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }}
npm publish --access public

0 comments on commit d769a10

Please sign in to comment.