Skip to content

Publish Artifacts

Publish Artifacts #2

Workflow file for this run

name: Publish Artifacts
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to upload artifacts to.'
required: true
type: string
jobs:
manual-release:
uses: ./.github/workflows/release.yml
with:
tag: ${{ inputs.tag }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}