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 595538b commit bf79e6dCopy full SHA for bf79e6d
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