From e2e6ff43ab32b581be106f75852efd220302acb6 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 6 Dec 2020 19:57:28 +0000 Subject: [PATCH] Use patch bump for auto tagging workflow (#11137) --- .github/workflows/auto_tag.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_tag.yaml b/.github/workflows/auto_tag.yaml index e6a1d52b3..29e85c41c 100644 --- a/.github/workflows/auto_tag.yaml +++ b/.github/workflows/auto_tag.yaml @@ -30,3 +30,4 @@ jobs: uses: anothrNick/github-tag-action@1.26.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + DEFAULT_BUMP: 'patch'