Skip to content

Commit

Permalink
Release action on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cbertinato committed Mar 9, 2024
1 parent 19095c4 commit 1f8de25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
is_draft_release:
description: "Whether a draft release should be created, instead of public one"
required: false
default: false
is_dry_run:
description: "Whether to create release"
required: false
default: false
golang_version:
description: "Golang version to use"
required: false
default: "1.22"

env:
GOLANG_VERSION: "1.22"
Expand Down

0 comments on commit 1f8de25

Please sign in to comment.