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"
108
110
# If the tag could not be fetched, show a message and abort the job.
109
-
- name: If tag version has a problem
111
+
- name: Abort if tag exists, or existence check fails
110
112
if: steps.tagged.outputs.tagExists
111
113
run: |
112
-
echo "The tag version has a problem."
114
+
echo "Output of 'tagged' step: ${{ steps.tagged.outputs.tagExists }}"
0 commit comments