Skip to content

Commit

Permalink
fix: fix CI v4
Browse files Browse the repository at this point in the history
* Fix v4.
  • Loading branch information
puckowski committed Jan 14, 2025
1 parent 8e7a214 commit 924c2a2
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 924c2a2

Please sign in to comment.