Skip to content

v1.8.0-rc2

v1.8.0-rc2 #59

Workflow file for this run

name: Tag Build and Publish
on:
release:
types:
- published
jobs:
build-tag:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}
push: true
secrets: inherit