We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215402b commit 4885872Copy full SHA for 4885872
.github/workflows/publish.yml
@@ -1,9 +1,9 @@
1
name: Publish Release
2
3
on:
4
- create:
+ push:
5
tags:
6
- - '\d+\.\d+\.\d+'
+ - '[0-9]*.[0-9]*.[0-9]*'
7
8
jobs:
9
publish:
0 commit comments