Skip to content

Commit

Permalink
Create release as draft (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb authored Sep 19, 2023
1 parent b6d1801 commit 21656bf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.deb,${{ env.BUILD_DIR }}/*.rpm"

freebsd:
Expand Down Expand Up @@ -86,7 +88,9 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: ${{ env.BUILD_DIR }}/*.tar.gz

macos:
Expand Down Expand Up @@ -117,7 +121,9 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: "${{ env.BUILD_DIR }}/*.tar.gz,${{ env.BUILD_DIR }}/*.pkg"

mingw-w64:
Expand Down Expand Up @@ -175,7 +181,9 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: ${{ env.BUILD_DIR }}/*.zip

visual-studio:
Expand Down Expand Up @@ -212,7 +220,9 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: ${{ env.BUILD_DIR }}/*.zip

android-build:
Expand Down Expand Up @@ -288,5 +298,7 @@ jobs:
- name: Upload binaries to release
uses: ncipollo/release-action@v1
with:
draft: true
allowUpdates: true
updateOnlyUnreleased: true
artifacts: ${{ env.PACKAGE_DIR }}.tar.gz

0 comments on commit 21656bf

Please sign in to comment.