Skip to content

Commit

Permalink
chore(actions): Try to get it working
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybdk committed Apr 1, 2021
1 parent 1df4a09 commit 1c0dee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: mathieudutour/github-tag-action@v5.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_release_rules: chore:patch
custom_release_rules: chore:patch,Chore:patch,feat:minor,Feat:minor
- name: Create a GitHub release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 1c0dee2

Please sign in to comment.