diff options
| author | Joel Challis <git@zvecr.com> | 2020-12-06 19:57:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 19:57:28 +0000 |
| commit | e2e6ff43ab32b581be106f75852efd220302acb6 (patch) | |
| tree | 65fafcdf1cc82c723f89836104cb3e64f5a6b3c0 /.github | |
| parent | b953a585d6155589cecc7d406032690ab966fb7a (diff) | |
| download | qmk_firmware-e2e6ff43ab32b581be106f75852efd220302acb6.tar.gz qmk_firmware-e2e6ff43ab32b581be106f75852efd220302acb6.zip | |
Use patch bump for auto tagging workflow (#11137)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/auto_tag.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 30 | uses: anothrNick/github-tag-action@1.26.0 | 30 | uses: anothrNick/github-tag-action@1.26.0 |
| 31 | env: | 31 | env: |
| 32 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | 32 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| 33 | DEFAULT_BUMP: 'patch' | ||
