Skip to content

v1.8.0-rc1

v1.8.0-rc1 #59

Workflow file for this run

name: Release Build and Publish
on:
release:
types:
- published
jobs:
build-for-release:
uses: ./.github/workflows/factory.yaml
with:
tag: ${{ github.ref_name }}
push: true
secrets: inherit