We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bcd5d commit 4f2c262Copy full SHA for 4f2c262
.github/workflows/packages.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run sbuild
61
run: |
62
- sed -i "1 s/([^)]*)/($(git describe --tags --always | sed 's/^[^0-9]*//;s/-/./g;s/_/./g')-$(date -u '+%Y%m%d.%H%M%S%N'))/" debian/changelog
+ sed -i "1 s/([^)]*)/(1:$(git describe --tags | sed 's/^[^0-9]*//;s/-/./g;s/_/./g')-$(date -u '+%Y%m%d.%H%M%S%N'))/" debian/changelog
63
sbuild -d testing --chroot-mode=unshare --no-clean-source --no-run-lintian \
64
--extra-repository="deb [trusted=yes] https://github.com/defo-project/openssl/raw/packages/ ./" \
65
--dpkg-source-opts="-Zgzip -z1 --format=1.0 -sn" --build-dir="$HOME/apt_repo"
0 commit comments