We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955b649 commit 96deb97Copy full SHA for 96deb97
.github/workflows/make-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- run: rustup target add wasm32-unknown-unknown
15
- uses: cargo-bins/cargo-binstall@main
16
- run: cargo binstall cargo-component -y
17
- - run: make bulid RELEASE=1
+ - run: make build RELEASE=1
18
- run: make publish GHFLAGS="$GHFLAGS"
19
env:
20
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments