Skip to content

Commit

Permalink
fix: Remove quotes from tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jul 30, 2024
1 parent c61e2bc commit 0211dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
TAG_NAME="${{ github.ref }}"
fi
echo "Using tag $TAG_NAME"
echo "TAG_NAME=\"$TAG_NAME\"" >> $GITHUB_ENV
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_ENV

- name: 🔍 Check if release already exists
Expand Down

0 comments on commit 0211dcb

Please sign in to comment.