Skip to content

Commit f0d14dc

Browse files
committed
allow to publish extension manually form CI
1 parent bd4b912 commit f0d14dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: publish
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
publish:
9+
description: 'Type "publish" to publish the latest release (only use if automatic trigger has failed)!'
10+
required: false
611

712
jobs:
813
github-release:

0 commit comments

Comments
 (0)