Skip to content

Commit 670b1d1

Browse files
feat(release): correctly print tags on release
1 parent 4fa83c4 commit 670b1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
# Iterate through the sorted list of tags
237237
for tag in "${sorted_tags[@]}"; do
238-
echo 'Checking tag "$tag"'
238+
echo $tag
239239
240240
comparison_result=$(compare_versions "$tag" "$current_semantic_version")
241241

0 commit comments

Comments
 (0)