Skip to content

Commit

Permalink
Do not create a changelog when a snapshot is built
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Apr 3, 2024
1 parent 3eec2dd commit 29f8cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: ardalanamini/auto-changelog@v3
with:
default-commit-type: New Features
if: github.event_name != 'workflow_dispatch'

- name: Create release
uses: actions/create-release@v1
Expand Down

0 comments on commit 29f8cfa

Please sign in to comment.