diff options
author | Joel Challis <git@zvecr.com> | 2023-05-16 06:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 06:46:11 +0100 |
commit | 354edac63af7a4cbba32bb5658b812d2ae715b42 (patch) | |
tree | f699a896b56c69db31df3f2ec906d2ef291d9661 /.github/workflows | |
parent | b906e773b04d5b02696fe85c20c56f9535c77b06 (diff) |
Revert to last known working version (#20967)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/auto_tag.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 3cf3fce88f..4b00218fcb 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.65.0 + uses: anothrNick/github-tag-action@1.62.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: 'patch' |