CI: Add trigger for upstream releases

pull/5/head
Robert Adam 2022-05-07 20:52:20 +02:00
rodzic bf48d0b14e
commit 674d8e887b
1 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,16 @@
name: Upstream Release
on:
repository_dispatch:
types: [ new_release ]
jobs:
publish_new_release:
uses: ./.github/workflows/build_and_publish.yml
with:
mumble_version: ${{ github.event.client_payload.tag }}
docker_version: '0'
publish: true
update_latest: ${{ github.event.client_payload.is_latest }}
platforms: "linux/amd64"
secrets: inherit