Skip to content

controller: consider the new provision field #7

controller: consider the new provision field

controller: consider the new provision field #7

Workflow file for this run

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