From 1aa4f1115763c03a1d959aef2acfcfbe1e5d9626 Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Sun, 22 Dec 2024 17:31:26 -0500 Subject: [PATCH] update github workflows --- .github/workflows/create-release-and-upload-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-and-upload-assets.yml b/.github/workflows/create-release-and-upload-assets.yml index 1950cac..a622d9b 100644 --- a/.github/workflows/create-release-and-upload-assets.yml +++ b/.github/workflows/create-release-and-upload-assets.yml @@ -86,7 +86,7 @@ jobs: yarnpkg --prod --modules-folder openvpn_monitor/static/dist install find openvpn_monitor/static > debian/source/include-binaries git diff --quiet && git diff --staged --quiet || git commit -m "${COMMIT_MSG}" - gbp dch --new-version=${version}-1 --release --distribution=stable --spawn-editor=never --commit --commit-msg="${COMMIT_MSG}" + gbp dch --ignore-branch --new-version=${version}-1 --release --distribution=stable --spawn-editor=never --commit --commit-msg="${COMMIT_MSG}" git tag --delete ${version} git tag ${version} gbp buildpackage --ignore-branch --git-upstream-tree=${{ github.ref }} -uc -us @@ -154,7 +154,7 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - apt -y install yarnpkg + sudo apt -y install yarnpkg python3 -m pip install --upgrade pip pip3 install setuptools wheel - name: Build dists