Skip to content

Commit

Permalink
Try to fix sporadic gpg signing failures
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <cole.miller@canonical.com>
  • Loading branch information
cole-miller committed Sep 3, 2024
1 parent efcad52 commit b7ab8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
DEBEMAIL: "dqlitebot@lists.canonical.com"
TARGET: ${{ matrix.target }}
run: |
export GPG_TTY=$(tty)
cp -R dqlite-ppa/debian dqlite/
cd dqlite/
VERSION="$(git describe --tags | sed -e "s/^v//" -e "s/-/+git/")"
Expand Down

0 comments on commit b7ab8df

Please sign in to comment.