Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 23aeefe

Browse files
ci: fix release version
1 parent 8183d29 commit 23aeefe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Extract version
4747
id: extract-version
48-
run: echo "VERSION=v$(toml get Cargo.toml workspace.package.version --raw)" >> "$GITHUB_OUTPUT"
48+
run: echo "VERSION=v$(toml get Cargo.toml package.version --raw)" >> "$GITHUB_OUTPUT"
4949

5050
- name: Add changes
5151
run: git add .

0 commit comments

Comments
 (0)