diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml new file mode 100644 index 0000000000..b08e068508 --- /dev/null +++ b/.github/workflows/publish-github-release.yml @@ -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." \ No newline at end of file