auto-update cargo-deb by github tags

This commit is contained in:
MedzikUser 2022-06-18 21:30:26 +02:00
parent e2dee113fe
commit 0189924ef9
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
GITHUB_REPO="kornelski/cargo-deb"
GITHUB_TAG=true

View File

@ -105,6 +105,8 @@ update-package() {
git push
fi
cd "${SRC_DIR}"
# check the package updates from github
if [ -n "${GITHUB_REPO}" ]
then