From 9755c5f971d2888cdd8374bb80db870e5e5bcd35 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 13 Dec 2023 10:42:32 +0100 Subject: [PATCH] Ensure tag-exists works as intended --- .github/actions/tag-exists/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tag-exists/action.yml b/.github/actions/tag-exists/action.yml index e528612..b5fbdb7 100644 --- a/.github/actions/tag-exists/action.yml +++ b/.github/actions/tag-exists/action.yml @@ -21,7 +21,7 @@ runs: using: composite steps: - - id: check + - id: tag-exists shell: bash run: | GET_API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/git/ref/tags/${TAG_NAME}"