Skip to content

Release

Release #55

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- "release"
jobs:
publish:
uses: ./.github/workflows/release-template.yml
with:
version: 0.9.6
secrets: inherit