Skip to content

Commit

Permalink
Merge pull request #19 from puckowski/master_meta_46
Browse files Browse the repository at this point in the history
fix: fix CI v4
  • Loading branch information
puckowski authored Jan 14, 2025
2 parents b629a76 + 924c2a2 commit 564a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: npm run test

update-changelog:
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'push' && contains(join(github.event.commits.*.message, ' '), 'Release v') }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 564a48d

Please sign in to comment.