Skip to content

Release

Release #59

Workflow file for this run

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