Skip to content

Commit b60e836

Browse files
author
linyuan.yang
committed
release
1 parent 9148cb9 commit b60e836

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
release:
12+
release-desktop:
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -98,7 +98,7 @@ jobs:
9898
args: ${{ matrix.args }}
9999

100100
publish-manifest:
101-
needs: release
101+
needs: release-desktop
102102
if: ${{ !cancelled() }}
103103
runs-on: ubuntu-latest
104104
steps:

.github/workflows/release-sbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
tag_name: ${{ github.ref_name }}
8686
name: 'sbot ${{ steps.version.outputs.tag }}'
8787
body: ${{ steps.notes.outputs.body }}
88-
draft: false
88+
draft: true
8989
prerelease: false

0 commit comments

Comments
 (0)