We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf676a commit 3059681Copy full SHA for 3059681
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Extract version
47
id: extract-version
48
- run: echo "VERSION=v$(toml get Cargo.toml workspace.package.version --raw)" >> "$GITHUB_OUTPUT"
+ run: echo "VERSION=v$(toml get Cargo.toml package.version --raw)" >> "$GITHUB_OUTPUT"
49
50
- name: Add changes
51
run: git add .
0 commit comments