Skip to content

Commit

Permalink
Update make-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jan 18, 2024
1 parent 955b649 commit 96deb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall cargo-component -y
- run: make bulid RELEASE=1
- run: make build RELEASE=1
- run: make publish GHFLAGS="$GHFLAGS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 96deb97

Please sign in to comment.