Files
headlamp-intel-gpu-plugin/.github/workflows/release.yaml
T
2026-03-08 01:01:32 +00:00

19 lines
342 B
YAML

name: Release
on:
workflow_dispatch:
inputs:
version:
description: 'Release version (e.g. 1.0.0)'
required: true
type: string
permissions:
contents: write
jobs:
release:
uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main
with:
version: ${{ inputs.version }}