Skip to content

Commit

Permalink
Create draft releases when a tag is pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
riquito committed Feb 26, 2023
1 parent 717c4cc commit b6c33ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
asset_name: tuc-${{ matrix.partial_os }}-amd64${{ matrix.ext }}
tag: ${{ github.ref }}
overwrite: true
prerelease: true

- name: Upload tuc (lite) binary to release
if: matrix.release_type == 'lite'
Expand All @@ -97,6 +98,7 @@ jobs:
asset_name: tuc-lite-${{ matrix.partial_os }}-amd64${{ matrix.ext }}
tag: ${{ github.ref }}
overwrite: true
prerelease: true

macos_arm:
needs: check_if_safe
Expand Down Expand Up @@ -128,6 +130,7 @@ jobs:
asset_name: tuc-macos-aarch64
tag: ${{ github.ref }}
overwrite: true
prerelease: true

- name: Upload tuc (lite) binary to release
if: matrix.release_type == 'lite'
Expand All @@ -138,3 +141,4 @@ jobs:
asset_name: tuc-lite-macos-aarch64
tag: ${{ github.ref }}
overwrite: true
prerelease: true

0 comments on commit b6c33ec

Please sign in to comment.