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 b9496c7 commit 6ee19d9Copy full SHA for 6ee19d9
.github/workflows/Release.yml
@@ -1,6 +1,9 @@
1
name: Publish a release
2
3
-on: workflow_dispatch
+on:
4
+ push:
5
+ tags:
6
+ - 'v*'
7
8
env:
9
TERM: dumb
0 commit comments