Skip to content

Commit

Permalink
tst2
Browse files Browse the repository at this point in the history
  • Loading branch information
Incpi committed Sep 23, 2024
1 parent d97717e commit 777b598
Show file tree
Hide file tree
Showing 2 changed files 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_NAME="Extension @${{ env.VERSION }}"
RELEASE_NAME="${{ env.VERSION }}"
echo "Checking for existing release: $RELEASE_NAME"
# Check the release using the tag name (formatted correctly)
RELEASE=$(gh release view "${{ env.VERSION }}" --json tagName --jq '.tagName' || echo "")
Expand Down
File renamed without changes.

0 comments on commit 777b598

Please sign in to comment.