Skip to content

Commit

Permalink
Add tag_name input to workflow_dispatch inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbertinato committed Mar 9, 2024
1 parent dfce0c9 commit 138637e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
description: "Golang version to use"
required: false
default: "1.22"
tag_name:
description: "Tag name to use for release"
required: true

env:
GOLANG_VERSION: "1.22"
Expand Down

0 comments on commit 138637e

Please sign in to comment.