Skip to content

Commit d8e5a91

Browse files
Ensure tag-exists works as intended
Signed-off-by: Frederik Prijck <[email protected]>
1 parent aa21fff commit d8e5a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tag-exists/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
using: composite
2222

2323
steps:
24-
- id: check
24+
- id: tag-exists
2525
shell: bash
2626
run: |
2727
GET_API_URL="https://api.github.com/repos/${GITHUB_REPOSITORY}/git/ref/tags/${TAG_NAME}"

0 commit comments

Comments
 (0)