debian-forge/.github/workflows/release.yml
Simon Steinbeiss 4ff59e2086 Bump version numbers ahead of release
This is necessary for the new simplified release process and is done
ahead of time once for the upcoming release now.
After osbuild 40 this will be done by the GitHub composite action.
2021-10-19 11:21:54 +02:00

15 lines
262 B
YAML

name: "Create GitHub release"
on:
push:
tags:
- "v[0-9.]+"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Upstream release
uses: osbuild/release-action@main
with:
token: "${{ secrets.GITHUB_TOKEN }}"