mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Installers: Add job to create draft release
This commit is contained in:
parent
d0bca94638
commit
6e4079586a
16
.github/workflows/installers.yml
vendored
16
.github/workflows/installers.yml
vendored
@ -66,3 +66,19 @@ jobs:
|
|||||||
#
|
#
|
||||||
path: ejabberd-packages*
|
path: ejabberd-packages*
|
||||||
retention-days: 14
|
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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user