Browse Source

fix(workflow): add draft mode

pull/4838/head
Wing-Kam Wong 2 years ago
parent
commit
06ca757e0e
  1. 2
      .github/workflows/release-executables.yml

2
.github/workflows/release-executables.yml

@ -105,6 +105,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
files: |
./scripts/pkg-executable/dist/Noco-win-arm64.exe
@ -172,6 +173,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: true
tag_name: ${{ github.event.inputs.tag || inputs.tag }}
files: |
./scripts/pkg-executable/mac-dist/Noco-macos-x64

Loading…
Cancel
Save