solana/.github/workflows/release-artifacts-manually.yml

16 lines
283 B
YAML
Raw Normal View History

name: release-artifacts-manually
on:
workflow_dispatch:
inputs:
tag:
type: string
required: true
description: tag
jobs:
release-artifacts:
uses: ./.github/workflows/release-artifacts.yml
with:
tag: ${{ github.event.inputs.tag }}