Skip to content

Commit

Permalink
Remove draft from build
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 27, 2024
1 parent e0b31ed commit b09cc1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ steps.package-version.outputs.version }}
name: Release ${{ steps.package-version.outputs.version }}

Expand Down Expand Up @@ -114,7 +113,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ steps.package-version.outputs.version }}
name: Release ${{ steps.package-version.outputs.version }}
files: ${{ env.QT_TMP }}/../${{ env.OS_NAME }}.gz

0 comments on commit b09cc1a

Please sign in to comment.