You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git show-ref --tags --verify --quiet -- "refs/tags/${{ env.PROJECT_VERSION }}" && echo "Tag for current version exists" || echo "Tag for current version does not exist"
110
110
# If the tag could not be fetched, show a message and abort the job.
111
+
# The wonky if logic is a workaround for: https://github.com/actions/runner/issues/1173
111
112
- name: Abort if tag exists, or existence check fails
0 commit comments