From 6e714863472028289341ecd0495905d7f5805e9f Mon Sep 17 00:00:00 2001 From: Sal Date: Sat, 29 Oct 2022 14:47:50 -0400 Subject: [PATCH] bump tag exists action version --- .github/workflows/autotag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 66c7e2e6..ce886a1f 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -20,7 +20,7 @@ jobs: - name: Check if version exists env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: mukunku/tag-exists-action@v1.0.0 + uses: mukunku/tag-exists-action@v1.1.0 id: tagcheck with: tag: ${{ env.CURR_VER }}