mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-05-05 04:34:44 +00:00
ci: name release and only draft for branch build
This commit is contained in:
parent
47444970e8
commit
2dc3961ae8
3
.github/workflows/electron.yml
vendored
3
.github/workflows/electron.yml
vendored
@ -83,7 +83,8 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
draft: ${{ github.event_name == 'workflow_dispatch' || github.ref_type == 'branch' }}
|
||||
draft: ${{ github.ref_type == 'branch' }}
|
||||
name: ${{ github.ref_type == 'tag' && format('Release {0}', github.ref_name) || 'Electron Release' }}
|
||||
files: |
|
||||
dist/*.exe
|
||||
dist/*.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user