Fixed pipeline syntax.

This commit is contained in:
Patrick Lehmann
2024-11-03 09:07:27 +01:00
parent c924651632
commit bec076bd66
15 changed files with 17 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ jobs:
Release:
name: 📝 Create 'Release Page' on GitHub
runs-on: "ubuntu-${ubuntu_image_version}"
runs-on: "ubuntu-${{ inputs.ubuntu_image_version }}"
steps:
- name: 🔁 Extract Git tag from GITHUB_REF