Skip to content

Commit

Permalink
Update generate_output.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
42CrMo4 committed Jul 6, 2024
1 parent af2b0d9 commit 4c6c035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
matching_rc_tag=$(matching_rc_tags | tail -n 1)
echo "matching_rc_tag=$matching_rc_tag" >> $GITHUB_ENV
if [[ ${#matching_rc_tags[@]} -eq 0 ]]; then
if [[ ${matching_rc_tags[@]} -eq 0 ]]; then
echo "No matching tags found for base: ${last_tag_base}-rc"
exit 1
fi
Expand Down

0 comments on commit 4c6c035

Please sign in to comment.