Skip to content

Commit 90261f3

Browse files
ci: trigger release workflow manually
1 parent 40f0aa5 commit 90261f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
name: goreleaser
55

66
on:
7-
push:
8-
tags:
9-
- "*"
7+
workflow_dispatch:
8+
inputs:
9+
prerelease:
10+
description: If set, publish this as a release candidate / prerelease version.
11+
type: boolean
12+
required: true
1013

1114
jobs:
1215
release:

0 commit comments

Comments
 (0)