Skip to content

Commit 4ffe3ce

Browse files
committed
can't use strict tags when building prereleases
unclear why this succeeded on a PR...
1 parent 810446b commit 4ffe3ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
# assume it's a backport branch which means we need to get all tags to work out
7878
# which MAJOR and MAJOR.MINOR aliases are needed.
7979
allTags: ${{ (github.ref != format('refs/heads/{0}', env.LATEST_BRANCH)) && (github.base_ref != format('refs/heads/{0}', env.LATEST_BRANCH)) }}
80-
strict: "true"
80+
# can't use strict when building prereleases
81+
strict: "false"
8182

8283
- name: Get new tag # zizmor: ignore[template-injection]
8384
id: new

0 commit comments

Comments
 (0)