Skip to content

Commit 77d427a

Browse files
committed
fix: finalize workflow fixes
1 parent 7ce83c8 commit 77d427a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
env:
458458
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
459459
run: |
460-
release_name=$(gh release list --repo ${{ github.repository }} --json name --jq '.[] | select(.draft == true) | .name' | head -n 1)
460+
release_name=$(gh release list --repo ${{ github.repository }} --json name,isDraft --jq '.[] | select(.isDraft == true) | .name' | head -n 1)
461461
# For each file in release directory
462462
for file in release/*; do
463463
echo "Uploading $file to release..."

0 commit comments

Comments
 (0)