Browse Source

Merge pull request #4838 from nocodb/fix/action-gh-release

fix(workflow): add draft mode
pull/4842/head
աɨռɢӄաօռɢ 1 year ago committed by GitHub
parent
commit
ef6979df06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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