Skip to content

Publish Release

Publish Release #164

Workflow file for this run

name: Publish Release
# Every time a push happens to the release/** branch. We use this trigger since create event does not support filtering
on:
workflow_dispatch
jobs:
create_github_release:
name: Create GitHub release
uses: ./.github/workflows/create_github_release.yml
secrets: inherit
with:
version-name: "9.9.9"