Skip to content

Commit

Permalink
Ensure tag-exists works as intended
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Prijck <[email protected]>
  • Loading branch information
frederikprijck authored Dec 13, 2023
1 parent aa21fff commit d8e5a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tag-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit d8e5a91

Please sign in to comment.