From 6e4079586ab1fa0f131bec22e8d0e18ed9551a4e Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 22 Apr 2022 20:35:00 +0200 Subject: Installers: Add job to create draft release --- .github/workflows/installers.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.github') diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index c7b27645f..ad513df8d 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -66,3 +66,19 @@ jobs: # path: ejabberd-packages* retention-days: 14 + + release: + name: Release + needs: [binaries] + runs-on: ubuntu-latest + if: github.ref_type == 'tag' + steps: + - name: Download packages + uses: actions/download-artifact@v3 + with: + name: ejabberd-packages + - name: Draft Release + uses: softprops/action-gh-release@v1 + with: + draft: true + files: ejabberd-packages/* -- cgit v1.2.3