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

Commit 11bec56

Browse files
committed
"proper" versioning
1 parent 7186170 commit 11bec56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cargo build -r
2222

2323
- name: Generate Tag Name
24-
run: echo "Release v$(grep -i 'version' Cargo.toml | awk -F'"' '{print $2}')" >> $GITHUB_ENV
24+
run: echo "release_name=Release v$(grep -i 'version' Cargo.toml | awk -F'"' '{print $2}')" >> $GITHUB_ENV
2525

2626
- name: Generate Tag Name
2727
run: echo "tag_name=release-$(grep -i 'version' Cargo.toml | awk -F'"' '{print $2}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)