Skip to content

Commit 0270247

Browse files
committed
Don't use cache for release
1 parent 4ef016e commit 0270247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
- name: install wasm-pack
115115
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
116116
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
117+
with:
118+
package-manager-cache: false
117119
- uses: mwilliamson/setup-wabt-action@v3
118120
with: { wabt-version: "1.0.30" }
119121
- name: build demo

0 commit comments

Comments
 (0)