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 6a0ab2c commit 72d938bCopy full SHA for 72d938b
.github/workflows/wasm_release.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Extract version from Cargo.toml
30
id: get_version
31
run: |
32
- VERSION=$(grep -m 1 '^version =' crates/bcr-ebill-wasm/Cargo.toml | cut -d '"' -f2)
+ VERSION=$(grep -m 1 '^version =' Cargo.toml | cut -d '"' -f2)
33
echo "VERSION=$VERSION" >> $GITHUB_ENV
34
echo "Detected version: v$VERSION"
35
0 commit comments