Skip to content

Commit

Permalink
fix: release workflow changelog update should not trigger actions
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 26, 2024
1 parent 9dfc3b6 commit 208ea38
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 @@ -30,5 +30,5 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
if: steps.generate_changelog.outputs.version != ''
with:
commit_message: '[skip_ci] chore(ci): ${{ steps.generate_changelog.outputs.version }} changelog'
commit_message: '[skip ci] chore(ci): ${{ steps.generate_changelog.outputs.version }} changelog'
file_pattern: CHANGELOG.md

0 comments on commit 208ea38

Please sign in to comment.