From 091a83f52381f78f8a0df9b74110c85fe3eb5264 Mon Sep 17 00:00:00 2001 From: Jeremy Bodokh Date: Thu, 7 Jan 2021 20:23:34 +0100 Subject: [PATCH] chore(test): Add Chore to custom_release_rules --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfb3874..3892ecc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: uses: mathieudutour/github-tag-action@v5.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} + custom_release_rules: chore:patch - name: Create a GitHub release uses: actions/create-release@v1 env: