fix: quick filter to not release on PRs

This commit is contained in:
2023-09-22 19:34:21 +00:00
parent 278abf43b9
commit c34324b998

View File

@@ -38,6 +38,7 @@ jobs:
- name: Changelog
uses: TriPSs/conventional-changelog-action@v3
id: changelog
if: ${{ github.event_name != 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
git-message: "chore 🤖: Release {version} [skip ci]"