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 595538b + bf79e6d commit 37e918bCopy full SHA for 37e918b
1 file changed
.github/workflows/release.yml
@@ -91,5 +91,5 @@ jobs:
91
tags: |
92
${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=raw,value=bin') || '' }}
93
type=semver,pattern={{version}},suffix=-bin
94
- type=semver,pattern={{major}}.{{minor}},suffix=-bin
95
- type=semver,pattern={{major}},suffix=-bin
+ ${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=semver,pattern={{major}}.{{minor}},suffix=-bin') || '' }}
+ ${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=semver,pattern={{major}},suffix=-bin') || '' }}
0 commit comments