8000 fix: use `CARGO_TOML_VERSION` pointing to `./crates/rutcl/Cargo.toml` · LeoBorai/rutcl@97850f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
fix: use CARGO_TOML_VERSION pointing to ./crates/rutcl/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai committed Oct 23, 2024
1 parent 08a889f commit 97850f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Set Crate Version as Environment Variable
run: |
CARGO_TOML_VERSION=$(awk -F ' = ' '$1 ~ /version/ { gsub(/[\"]/, "", $2); printf("%s",$2) }' Cargo.toml)
CARGO_TOML_VERSION=$(awk -F ' = ' '$1 ~ /version/ { gsub(/[\"]/, "", $2); printf("%s",$2) }' ./crates/rutcl/Cargo.toml)
echo "CRATE_VERSION=$CARGO_TOML_VERSION" >> $GITHUB_ENV
- name: Create Commit
Expand Down

0 comments on commit 97850f0

Please sign in to comment.
0