summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-29 08:13:38 +1000
committerGitHub <noreply@github.com>2022-06-29 08:13:38 +1000
commit1e402060a668d8edf72279c84c4083d9e3c0dacd (patch)
treea79f4b02cf915405e1bc93005c23bc0313c09431 /.github
parentfa3dd373b4925734d9843ae6014349069ffec353 (diff)
Bump revision for auto-tagging.
Seems there was an error, but it wasn't failing the actions run. https://github.com/anothrNick/github-tag-action/releases/tag/1.39.0
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_tag.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml
index 29e85c41ca..0adbab9f0c 100644
--- a/.github/workflows/auto_tag.yml
+++ b/.github/workflows/auto_tag.yml
@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Bump version and push tag
- uses: anothrNick/github-tag-action@1.26.0
+ uses: anothrNick/github-tag-action@1.39.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: 'patch'