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 f20d977 commit 8f24c6aCopy full SHA for 8f24c6a
1 file changed
.github/workflows/create-release.yml
@@ -1,7 +1,9 @@
1
name: Release Changes
2
3
on:
4
- workflow_dispatch:
+ push:
5
+ tags:
6
+ - "v*.*.*"
7
8
permissions:
9
contents: write
0 commit comments