From 99e802e04ca80aef1369d16cdd6d7dbf0aba3159 Mon Sep 17 00:00:00 2001 From: Sal Date: Sat, 29 Oct 2022 16:54:05 -0400 Subject: [PATCH] bump tag exists action version (#1685) --- .github/workflows/make_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index d0905cbec9..e63b93da5f 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Check if there is an existing git tag id: tag_check - uses: mukunku/tag-exists-action@v1.0.0 + uses: mukunku/tag-exists-action@v1.1.0 with: tag: ${{ steps.generate_env_vars.outputs.TAG-NAME }} env: