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 3a934d5 commit b1560dbCopy full SHA for b1560db
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ name: Publish Artifacts
5
on:
6
push:
7
tags:
8
- - 'v*'
+ - '\d+\.\d+\.\d+' # Tags like 1.0.0, 1.0.0, etc.
9
10
permissions:
11
id-token: write
0 commit comments