Skip to content

Commit ec17983

Browse files
authored
Fix wrong environment variable for tag (#41)
1 parent 4dc4af7 commit ec17983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tag-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ runs:
5454
git push origin tag $TAG
5555
echo "Pushed tag: ${{ env.TAG }}" >> $GITHUB_STEP_SUMMARY
5656
else
57-
echo "Created tag (no push): ${{ env.Tag }}" >> $GITHUB_STEP_SUMMARY
57+
echo "Created tag (no push): ${{ env.TAG }}" >> $GITHUB_STEP_SUMMARY
5858
fi

0 commit comments

Comments
 (0)