Skip to content

Commit

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

concurrency:
group: "publish"
Expand Down

0 comments on commit 07e5c16

Please sign in to comment.