Skip to content

Commit 22b0be1

Browse files
committed
feat: add workflow_dispatch to release workflow
1 parent 3c747f3 commit 22b0be1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
8+
inputs:
9+
tag:
10+
description: 'Tag to release (defaults to latest)'
11+
required: false
712

813
permissions:
914
contents: write

0 commit comments

Comments
 (0)