diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-06 17:43:24 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-06 17:49:13 +0200 |
| commit | 1c92a27e14ffc6a617abbef420d94283aabf9b05 (patch) | |
| tree | a5dd13740b7feb34ab1b2623b29b812bdd46727c /.github | |
| parent | 4959750453d93a95151f6461cc1609ff46091c44 (diff) | |
ci: Create draft release on tag push
This change updates the release workflow to create a draft release when
a new tag is pushed. This allows us to write a release description as
well as organize the publication of the components on Maven Central,
etc.
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: |
