Skip to content

Commit 72d938b

Browse files
committed
fix wasm release script
1 parent 6a0ab2c commit 72d938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Extract version from Cargo.toml
3030
id: get_version
3131
run: |
32-
VERSION=$(grep -m 1 '^version =' crates/bcr-ebill-wasm/Cargo.toml | cut -d '"' -f2)
32+
VERSION=$(grep -m 1 '^version =' Cargo.toml | cut -d '"' -f2)
3333
echo "VERSION=$VERSION" >> $GITHUB_ENV
3434
echo "Detected version: v$VERSION"
3535

0 commit comments

Comments
 (0)