Skip to content

Commit

Permalink
fix: commit message for bump and add pull for tag update
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Jul 19, 2024
1 parent c884265 commit 4c66cee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: 'docs: bump version: ${{ steps.semver.outputs.current }} → ${{ github.ref_name }} [skip ci]'
commit_message: 'docs: bump version: ${{ steps.semver.outputs.current }} → ${{ steps.semver.outputs.next }} [skip ci]'
file_pattern: test_actions/__init__.py

- uses: rickstaa/action-create-tag@v1
Expand All @@ -53,6 +53,10 @@ jobs:
with:
fetch-depth: 0

- name: Pull commit of tag update
run: |
git pull origin main
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
Expand Down

0 comments on commit 4c66cee

Please sign in to comment.