Skip to content

Commit

Permalink
ci: Don't skip empty releases
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Dec 21, 2023
1 parent 0378fc5 commit d74c046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v4
with:
github-token: ${{ secrets.github_token }}
skip-on-empty: false

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

0 comments on commit d74c046

Please sign in to comment.