Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Jun 9, 2023
1 parent 98f330b commit 3cdab3b
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 @@ -71,7 +71,7 @@ jobs:
bump2version ${{ inputs.release }}
rustup update
cargo r -- ronlog release -i changelog.d/ \
-v `cargo r -- --version | cut -d\ -f 2`
-v "$(cargo r -- --version | cut -d\ -f2)"
git add .
git commit -m '[GitHub Actions] Assemble CHANGELOG'
Expand Down

0 comments on commit 3cdab3b

Please sign in to comment.