Skip to content

Commit

Permalink
mention version in commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter committed Oct 24, 2023
1 parent b16d028 commit facd3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
sed -i "1 s/.*/version: $PROJECT_VERSION/" template_input.yaml
- name: commit changes
run: |
PROJECT_VERSION=$(poetry version --short)
git add template_input.yaml
git add pyproject.toml
git commit -m "bump up patch version from workflow: version {{ $PROJECT_VERSION }}"
git commit -m "bump up patch version: $PROJECT_VERSION"
git push

0 comments on commit facd3f9

Please sign in to comment.