Skip to content

fix version and gh branch #2

fix version and gh branch

fix version and gh branch #2

Workflow file for this run

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