Skip to content

GHA: correct release github action #30

GHA: correct release github action

GHA: correct release github action #30

Workflow file for this run

name: Release Build and Publish
on:
push:
tags:
- v**
jobs:
build-for-release:
uses: ./.github/workflows/factory.yml
with:
tag: ${{ github.ref_name }}
push: true
secrets: inherit
create-corresponding-pull-requests:
needs: build-for-release
uses: ./.github/workflows/installer-pr.yml
with:
tag: ${{ github.ref_name }}