Skip to content

Commit

Permalink
update debian changelog release
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Feb 12, 2021
1 parent 916b24a commit a896e3c
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 --release=stable --commit --commit-msg="${COMMIT_MSG}"
gbp dch --new-version=${version}-1 --release --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 a896e3c

Please sign in to comment.