feat: add release workflow behavior control option

This commit is contained in:
kangfenmao 2025-01-14 14:55:32 +08:00
parent 1991df18d2
commit 3e33ee6cc5

View File

@ -82,5 +82,6 @@ jobs:
with:
draft: true
allowUpdates: true
makeLatest: false
artifacts: 'dist/*.exe,dist/*.zip,dist/*.dmg,dist/*.AppImage,dist/*.snap,dist/*.deb,dist/*.rpm,dist/*.tar.gz,dist/latest*.yml,dist/*.blockmap'
token: ${{ secrets.GH_TOKEN }}