Skip to content

fix version and gh branch #1

fix version and gh branch

fix version and gh branch #1

Workflow file for this run

name: Master Build and Publish
on:
push:
branches:
- main
- release/v*
jobs:
build-master:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}-head
push: true
secrets: inherit