Skip to content

Commit 96deb97

Browse files
authored
Update make-publish.yml
1 parent 955b649 commit 96deb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: rustup target add wasm32-unknown-unknown
1515
- uses: cargo-bins/cargo-binstall@main
1616
- run: cargo binstall cargo-component -y
17-
- run: make bulid RELEASE=1
17+
- run: make build RELEASE=1
1818
- run: make publish GHFLAGS="$GHFLAGS"
1919
env:
2020
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)