From 8ac2ee49a8b346637defcbb8169b719b5846ecb3 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 28 Nov 2021 04:00:03 +0300 Subject: [PATCH] [gha] fix build without pushing tag for pre-release debian packages Signed-off-by: R4SAS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22ba60bf..affa0b8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: run: | sudo apt-get update sudo apt-get install devscripts - debchange -v "`git describe --tags`-stretch" -M --distribution stretch "trunk build" + debchange -v "`git describe --tags`-stretch" -b -M --distribution stretch "trunk build" - uses: singingwolfboy/build-dpkg-stretch@v1 id: build with: @@ -73,7 +73,7 @@ jobs: run: | sudo apt-get update sudo apt-get install devscripts - debchange -v "`git describe --tags`-buster" -M --distribution buster "trunk build" + debchange -v "`git describe --tags`-buster" -b -M --distribution buster "trunk build" - uses: singingwolfboy/build-dpkg-buster@v1 id: build with: