We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a008a7b + 3304757 commit 622e754Copy full SHA for 622e754
1 file changed
.github/workflows/release.yml
@@ -93,4 +93,4 @@ jobs:
93
# @see https://github.com/php/pie/pull/122#discussion_r1867331273
94
tags: |
95
${{ ((!contains(github.ref, 'alpha') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')) && 'type=raw,value=bin') || '' }}
96
- type=semver,pattern={{version}}-bin
+ type=semver,pattern={{version}},suffix=-bin
0 commit comments