Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Dec 18, 2024
1 parent 5e64356 commit 2b06539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
sed -i "s/\"version\": \".*\"/\"version\": \"${{ env.VERSION }}\"/" "pkg/package.json"
- 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

0 comments on commit 2b06539

Please sign in to comment.