Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba committed Dec 17, 2024
1 parent eb0c38d commit 76c33f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab
- name: Build
run: wasm-pack build --scope metamask --features "esplora"
run: wasm-pack build --features "esplora"
- name: Setup Node
uses: actions/setup-node@v4
- name: Dry Run Publish
working-directory: pkg
run: npm publish --access=public --dry-run
run: npm publish --dry-run
- name: Publish
working-directory: pkg
run: npm publish --access=public
run: npm publish

0 comments on commit 76c33f1

Please sign in to comment.