Skip to content

Commit

Permalink
Include chore fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Schmidt <[email protected]>
  • Loading branch information
schmidtw authored Jan 5, 2024
1 parent 6b42686 commit e0ccb27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
with:
token: ${{ github.token }}
branch: main
patchList: fix, bugfix, perf, refactor, test, tests, chore
noVersionBumpBehavior: silent

- name: Create Release
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
draft: false
makeLatest: true
name: ${{ steps.semver.outputs.next }}
token: ${{ github.token }}
token: ${{ github.token }}

0 comments on commit e0ccb27

Please sign in to comment.