Skip to content

Commit dc4168d

Browse files
authored
add the ability to manually run the publish action
1 parent a7e85d2 commit dc4168d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Publish
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
tag:
9+
description: 'Git ref (tag/sha) to build'
10+
required: false
11+
default: ''
612

713
jobs:
814
deploy:

0 commit comments

Comments
 (0)