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 810446b commit 4ffe3ceCopy full SHA for 4ffe3ce
.github/workflows/build.yml
@@ -77,7 +77,8 @@ jobs:
77
# assume it's a backport branch which means we need to get all tags to work out
78
# which MAJOR and MAJOR.MINOR aliases are needed.
79
allTags: ${{ (github.ref != format('refs/heads/{0}', env.LATEST_BRANCH)) && (github.base_ref != format('refs/heads/{0}', env.LATEST_BRANCH)) }}
80
- strict: "true"
+ # can't use strict when building prereleases
81
+ strict: "false"
82
83
- name: Get new tag # zizmor: ignore[template-injection]
84
id: new
0 commit comments