Skip to content

Commit

Permalink
update debian changelog distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Feb 11, 2021
1 parent 247dc19 commit 58fb5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
echo "${version}" > VERSION.txt
git add VERSION.txt
git diff --quiet && git diff --staged --quiet || git commit -m "${COMMIT_MSG}"
gbp dch --new-version=${version}-1 --commit --commit-msg="${COMMIT_MSG}"
gbp dch --new-version=${version}-1 --distribution=stable --commit --commit-msg="${COMMIT_MSG}"
git tag --delete v${version}
git tag v${version}
gbp buildpackage --git-upstream-tree=${{ github.ref }} -uc -us
Expand Down

0 comments on commit 58fb5b6

Please sign in to comment.