diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84f61551..f76cdd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: + draft: true prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-m') }} files: build/distributions/* env: |
