From 8081b8579b8b0baf4494e2b99025f19be50fd4fd Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Wed, 13 Dec 2023 11:37:34 +0100 Subject: [PATCH] Ensure tag-exists action works as intended (#340) --- .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}"