Skip to content

Release

Release #68

Workflow file for this run

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