Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3eb2d3b

Browse files
committedOct 1, 2024·
publish client
1 parent b020b07 commit 3eb2d3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# see https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
3131
- run: |
3232
# ./scripts/publish-server.sh ${{ github.event.release.tag_name }}
33+
rustup target add wasm32-unknown-unknown # automatically done by wasm-pack
3334
./scripts/publish-client.sh 0.0.1
3435
env:
3536
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.