Skip to content

Release Build

Release Build #2

name: Create Release Build
run-name: "Release Build"
on:
workflow_dispatch:
defaults:
run:
shell: bash
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: "./.github/workflows/release.yml"
secrets: inherit