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 bebc051 commit 2252c7cCopy full SHA for 2252c7c
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Make releases from tags
2
on:
3
push:
4
- tags: ['[0-9]+.[0-9]+.[0-9]+']
+ tags: ['v[0-9]+.[0-9]+.[0-9]+']
5
6
jobs:
7
publish:
0 commit comments