Skip to content

Commit

Permalink
fix: unblock release with bad commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwms committed Dec 12, 2021
1 parent 6ae3460 commit 64c305f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Commit Linter
uses: wagoid/[email protected]
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.github_token }}
skip-commit: "true"
skip-on-empty: "true"
skip-on-empty: "false"
- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 64c305f

Please sign in to comment.