github/workflows: introduce release action

Using staging branch for now, due to the new
release_artifacts.
This commit is contained in:
Florian Schüller 2024-12-20 08:39:39 +01:00 committed by Florian Schüller
parent c45b5e978f
commit cdff269270

16
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: "Create GitHub release"
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Upstream release
uses: osbuild/release-action@staging
with:
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
slack_webhook_url: "${{ secrets.SLACK_WEBHOOK_URL }}"