Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
incpi committed Sep 23, 2024
1 parent 6443a0c commit 2f1c6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check for existing release
id: check_release
run: |
RELEASE=$(gh release view "v${{ env.VERSION }}" --json id --jq '.id' || echo "")
RELEASE=$(gh release view "${{ env.VERSION }}" --json id --jq '.id' || echo "")
if [ -n "$RELEASE" ]; then
echo "Existing release found: $RELEASE"
echo "RELEASE_EXISTS=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 2f1c6fa

Please sign in to comment.