We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4b912 commit f0d14dcCopy full SHA for f0d14dc
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ name: publish
3
on:
4
release:
5
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
11
12
jobs:
13
github-release:
0 commit comments