Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Oct 23, 2024
1 parent 2c1866f commit 1c253f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
repository: canonical/dqlite-ppa
ref: dqlite-lts
path: dqlite-ppa

- name: Setup dependencies
run: |
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
DEBEMAIL: "[email protected]"
TARGET: ${{ matrix.target }}
run: |
cp -R dqlite-ppa/debian .
VERSION="$(git describe --tags | sed -e "s/^v//" -e "s/-/+git/")"
dch --create \
--distribution ${TARGET} \
Expand Down

0 comments on commit 1c253f3

Please sign in to comment.