diff --git a/.github/actions/tag-exists/action.yml b/.github/actions/tag-exists/action.yml index e528612de..b5fbdb730 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}"