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 9d563ca commit e365565Copy full SHA for e365565
.github/workflows/build.yml
@@ -77,7 +77,7 @@ jobs:
77
78
# Different packaging for tagged vs untagged builds
79
if ($env:GITHUB_REF -match '^refs/tags/') {
80
- $suffix = "gr.$env:GITHUB_RUN_NUMBER"
+ $suffix = "gr"
81
$vsuffix = "--version-suffix"
82
} else {
83
$suffix = "ci-$env:GITHUB_RUN_ID"
0 commit comments