Prepare for merge. [skip ci]

This commit is contained in:
Patrick Lehmann
2024-11-03 13:52:23 +01:00
parent 77a6b4c00a
commit f737b07992
4 changed files with 25 additions and 20 deletions

View File

@@ -24,9 +24,14 @@ name: Release
on:
workflow_call:
inputs:
ubuntu_image_version:
description: 'Ubuntu image version.'
required: false
default: '24.04'
type: string
jobs:
Release:
name: 📝 Create 'Release Page' on GitHub
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"