Skip to content

Commit

Permalink
fix: Release issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NotGhoull committed Oct 10, 2024
1 parent d4da943 commit 77c59b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
tagName: app-v__VERSION__-dev # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__-dev"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
releaseDraft: false
prerelease: true
args: ${{ matrix.args }}

0 comments on commit 77c59b3

Please sign in to comment.