Add stub for publishing releases workflow (#5268)

This commit is contained in:
Michał Chęciński
2025-05-27 15:26:01 +02:00
committed by GitHub
parent 2a6813e4a2
commit 97b6bccd72

View File

@@ -0,0 +1,12 @@
name: Publish GitHub Release as newest
on:
workflow_dispatch:
jobs:
stub:
runs-on: ubuntu-24.04
name: Stub
steps:
- name: Stub
run: echo "This is a stub job to trigger the workflow."