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.
2 parents 37ed82f + 26463b3 commit bebc051Copy full SHA for bebc051
.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: ['[0-9]+.[0-9]+.[0-9]+']
5
6
jobs:
7
publish:
0 commit comments