mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(ci): remove redundant tauri-action release params to prevent duplicate drafts
This commit is contained in:
@@ -123,9 +123,6 @@ jobs:
|
|||||||
VITE_LASTFM_API_SECRET: ${{ secrets.VITE_LASTFM_API_SECRET }}
|
VITE_LASTFM_API_SECRET: ${{ secrets.VITE_LASTFM_API_SECRET }}
|
||||||
with:
|
with:
|
||||||
releaseId: ${{ needs.create-release.outputs.release_id }}
|
releaseId: ${{ needs.create-release.outputs.release_id }}
|
||||||
tagName: app-v${{ needs.create-release.outputs.package_version }}
|
|
||||||
releaseName: Psysonic v${{ needs.create-release.outputs.package_version }}
|
|
||||||
releaseDraft: true
|
|
||||||
args: ${{ matrix.settings.args }}
|
args: ${{ matrix.settings.args }}
|
||||||
|
|
||||||
# tauri-action auto-generates a latest.json using the pubkey from tauri.conf.json
|
# tauri-action auto-generates a latest.json using the pubkey from tauri.conf.json
|
||||||
|
|||||||
Reference in New Issue
Block a user