We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a39828 commit 4e7656cCopy full SHA for 4e7656c
1 file changed
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish
3
on:
4
push:
5
tags:
6
- - '[0-9]+.[0-9]+.[0-9]+**' # Semver-Tag
+ - '[0-9]+.[0-9]+.[0-9]+*' # Semver-Tag
7
8
permissions:
9
id-token: write # Required for OIDC
0 commit comments