Skip to content

Commit

Permalink
creates draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin committed Jun 2, 2022
1 parent 77f43c0 commit d709c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
draft: true
prerelease: ${{ steps.prerelease.outputs.value }}
files: |
release/${{ github.ref_name }}-${{ runner.os }}-${{ matrix.network }}.tar.gz
Expand Down Expand Up @@ -302,6 +303,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
draft: true
prerelease: ${{ steps.prerelease.outputs.value }}
files: |
release/${{ github.ref_name }}-${{ runner.os }}-${{ matrix.network }}.tar.gz
Expand Down

0 comments on commit d709c7d

Please sign in to comment.