Skip to content

Commit 7d45149

Browse files
committed
Publish wasm to npm
1 parent c584f7e commit 7d45149

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
steps:
1616
- name: Deploy Rust to GitHub Pages
17-
uses: valkyrie-language/[email protected].3
17+
uses: valkyrie-language/[email protected].5
1818
with:
1919
github: text,
2020
trunk: "[1, true]"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"typescript": "^5.7.2"
1919
},
2020
"dependencies": {
21-
"@valkyrie-language/rust-publish": "0.0.*"
21+
"@valkyrie-language/rust-publish": "^0.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)