From e96724cd13f520f0a1a72fc7921a563381e38bba Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 13 Dec 2023 10:41:56 +0100 Subject: [PATCH] Ensure tag-exists works as intended Signed-off-by: Frederik Prijck --- .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 e528612d..b5fbdb73 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}"