Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 09039f3

Browse files
authored
ci: toml location (#231)
1 parent 3dfc12e commit 09039f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
- name: Create PR to main
7373
env:
7474
NEW_VERSION: ${{ steps.bump_version.outputs.NEW_VERSION }}
75-
CURRENT_VERSION: ${{ steps.read_current_version.outputs.CURRENT_VERSION }}
75+
CURRENT_VERSION: ${{ steps.read_current_version.outputs.CURRENT_VERSION }}
76+
CARGO_TOML: "cli/Cargo.toml"
7677
run: |
7778
awk -v current="$CURRENT_VERSION" -v new="$NEW_VERSION" '/version =/ && !found { gsub(current, new); found=1 } 1' "$CARGO_TOML" > tmpfile && mv tmpfile "$CARGO_TOML"
7879
git config user.email "bot@noops.io"

0 commit comments

Comments
 (0)