Skip to content

Commit ee5cb9b

Browse files
committed
enable manual trigger
1 parent 715b1e0 commit ee5cb9b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/manual-release-brew-and-scoop.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
name: Release CLI on Homebrew and Scoop
22

3-
# on:
4-
# workflow_dispatch:
5-
# inputs:
6-
# tag:
7-
# description: 'Tag to release (e.g. v1.2.3)'
8-
# required: true
9-
103
on:
11-
push:
12-
branches:
13-
- chore/release-workflow
4+
workflow_dispatch:
5+
inputs:
6+
tag:
7+
description: "Tag to release (e.g. v1.2.3)"
8+
required: true
149

1510
jobs:
1611
call-release-homebrew-tap:

0 commit comments

Comments
 (0)