Skip to content

Commit

Permalink
add missing email address for debian changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Dec 7, 2023
1 parent 3d06931 commit dfe77f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-and-upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
echo "upload_url=${upload_url}" >> $GITHUB_ENV
- name: Build deb packages
env:
EMAIL: [email protected]
COMMIT_MSG: |
auto-commit
skip-checks: true
Expand All @@ -120,7 +121,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 --distribution=stable --spawn-editor=never --commit --commit-msg="${COMMIT_MSG}" --git-author
gbp dch --new-version=${version}-1 --release --distribution=stable --spawn-editor=never --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 dfe77f3

Please sign in to comment.