Skip to content

Commit

Permalink
fixup! ci release: build wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
hellux committed Mar 19, 2024
1 parent 2b29800 commit 9dad6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.ref_name }}
- name: create release
run: gh release create 0.3.2 --draft --title ${{ github.ref_name }}
run: gh release create ${{ github.ref_name }} --draft --title ${{ github.ref_name }}

build_bin:
name: build binary
Expand Down

0 comments on commit 9dad6db

Please sign in to comment.