Skip to content

ci: add VENDOR field #3

ci: add VENDOR field

ci: add VENDOR field #3

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