1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/.github/workflows/juce_private_github_publish.yml

16 lines
350 B
YAML

name: JUCE Private GitHub Publish
on:
workflow_dispatch:
inputs:
tag:
required: true
type: string
description: The tag to publish ("5.4.5")
jobs:
publish-github-release:
uses: juce-framework/JUCE-utils/.github/workflows/github_publish.yml@master
with:
tag: ${{ inputs.tag }}
secrets: inherit