diff --git a/.github/actions/tag-exists/action.yml b/.github/actions/tag-exists/action.yml index 91bf744c..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}" @@ -33,4 +33,4 @@ runs: fi env: TAG_NAME: ${{ inputs.tag }} - GITHUB_TOKEN: ${{ inputs.token }} \ No newline at end of file + GITHUB_TOKEN: ${{ inputs.token }}