Skip to content

Release idea-reaction-token #61

Release idea-reaction-token

Release idea-reaction-token #61

Workflow file for this run

name: Release idea-reaction-token
on:
workflow_dispatch:
inputs:
tag:
type: string
required: true
description: 'Release tag'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish the Docker package
uses: ./.github/actions/publish
with:
tag: ${{ inputs.tag }}