mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
16 lines
350 B
YAML
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
|