Skip to content

Commit

Permalink
fix symbol caused workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed May 26, 2024
1 parent e02c65e commit 45de568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
CHANGELOG_CONTENT="${{ env.CHANGELOG_CONTENT }}"
# Save the changelog content to a temporary file using heredoc
cat <<EOF > CHANGELOG_TEMP.txt
$CHANGELOG_CONTENT
EOF
cat <<EOF > CHANGELOG_TEMP.txt
$CHANGELOG_CONTENT
EOF

if git rev-parse "$TAG_NAME" >/dev/null 2>&1; then
echo "Tag $TAG_NAME already exists. Updating tag message."
Expand Down

0 comments on commit 45de568

Please sign in to comment.