Skip to content

Commit

Permalink
Merge pull request #309 from tktcorporation/fix/action
Browse files Browse the repository at this point in the history
🐛 fix bump-update-release.yml
  • Loading branch information
tktcorporation authored Apr 10, 2023
2 parents 1bd206a + c1cddcc commit a1d56dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-update-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Create branch, commit and push
run: |
VERSION=$(grep '^version =' Cargo.toml | awk -F' = ' '{print $2}' | tr -d '"')
VERSION=$(grep -oP '(?<=version = ")[^"]*' Cargo.toml | head -1)
BRANCH_NAME="release/v$VERSION"
git switch -c $BRANCH_NAME
git add .
Expand Down

0 comments on commit a1d56dc

Please sign in to comment.