Skip to content

Publish release (manual) #4

Publish release (manual)

Publish release (manual) #4

# DO NOT EDIT - This file is managed by ghalactic/repos.
name: Publish release (manual)
on:
workflow_dispatch:
inputs:
tag:
description: The tag to publish
type: string
required: true
jobs:
publish:
name: Ghalactic
uses: ghalactic/repos/.github/workflows/shared-publish-release.yml@main
secrets: inherit
permissions:
contents: write
discussions: write
with:
discussionCategory: Releases
useReleaseActionMain: true
tag: ${{ github.event.inputs.tag }}