Skip to content

Commit

Permalink
ci: fix slack notification issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sahani-deriv committed Jan 22, 2024
1 parent 75327fc commit 7fce656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
new_tags=$(comm -23 <(sort <<<"$local_tags") <(sort <<<"$remote_tags"))
# Format new tags into a single line with '\n' between tags
formatted_tags=$(echo -e "$new_tags" | tr '\n' '\\n')
formatted_tags=$(echo -e "$new_tags" | tr '\n' ' ')
# Append the formatted tags to the file
echo -e "NEW_TAGS=$formatted_tags" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 7fce656

Please sign in to comment.