Skip to content

Commit

Permalink
fix(ci): remove draft option in release
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 11, 2023
1 parent 9e41f60 commit 7231c65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseName: "DAR to OAR Converter v__VERSION__"
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: "DAR to OAR Converter v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
releaseBody: "See the assets to download and install this version."
releaseDraft: true
prerelease: false

0 comments on commit 7231c65

Please sign in to comment.