Skip to content

Commit

Permalink
add inputs to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed May 26, 2024
1 parent 3e3dfbe commit 1b4a0cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '3.*'
workflow_dispatch:
inputs:
required: true
type: string
description: 'Tag to use for the release and changelog'

concurrency:
group: "publish"
Expand Down

0 comments on commit 1b4a0cb

Please sign in to comment.