Skip to content

migration ci from drone to gh actions #1

migration ci from drone to gh actions

migration ci from drone to gh actions #1

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