Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Deploy of 22.11.0 manually #1

Deploy of 22.11.0 manually

Deploy of 22.11.0 manually #1

name: Deploy manually
run-name: Deploy of ${{ inputs.tag }} manually
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to deploy'
required: true
type: string
jobs:
deploy:
uses: ./.github/workflows/deploy_tag.yml
with:
tag: ${{ inputs.tag }}