Skip to content

Commit 4fa83c4

Browse files
committedNov 7, 2023
feat(release): print tags in iteration
1 parent b18c37b commit 4fa83c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ jobs:
235235
236236
# Iterate through the sorted list of tags
237237
for tag in "${sorted_tags[@]}"; do
238+
echo 'Checking tag "$tag"'
239+
238240
comparison_result=$(compare_versions "$tag" "$current_semantic_version")
239241
240242
# If the current tag is less than or equal to the current semantic version and greater than the highest version found so far

0 commit comments

Comments
 (0)
Please sign in to comment.