From f0f017911fe71327875f4dbf41af90177e18c86e Mon Sep 17 00:00:00 2001 From: Jeremy Bodokh Date: Thu, 1 Apr 2021 18:05:44 +0200 Subject: [PATCH] chore: fix issue --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dbee70..d751aa8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: uses: mathieudutour/github-tag-action@v5.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - custom_release_rules: chore:patch,Chore:patch,feat:minor,Feat:minor + custom_release_rules: chore:patch:Chores - name: Create a GitHub release uses: actions/create-release@v1 env: