Skip to content

Commit f34a084

Browse files
Make sure the distro is UNRELEASED during promotion
Signed-off-by: Simon Beaudoin <[email protected]>
1 parent 77f5ff6 commit f34a084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qcom-promote-upstream-reusable-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# use ignore branch because we are not on default debian branch
176176
gbp dch \
177177
--ignore-branch \
178-
--distribution=${{env.DISTRIBUTION}} \
178+
--distribution=UNRELEASED \
179179
--new-version=${{env.NORMALIZED_VERSION}}-1
180180
181181
git commit -a -s -m "Update changelog for ${{env.NORMALIZED_VERSION}}-1 release"

0 commit comments

Comments
 (0)