We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9ad5a commit ba0d6c2Copy full SHA for ba0d6c2
.github/workflows/release-prepare.yml
@@ -3,7 +3,7 @@ name: 'prepare release'
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.?[ab]?[0-9]+'
+ - '[0-9]+.[0-9]+*'
7
permissions:
8
# allow a write access to GitHub Releases
9
contents: write
0 commit comments