better formatting

This commit is contained in:
2026-05-30 12:22:22 +02:00
parent ce7698e524
commit 48022a5477
5 changed files with 10 additions and 5 deletions

View File

@@ -25,7 +25,8 @@ jobs:
git clone --depth 1 https://${GIT_HOST}/aur/open-video-downloader-bin
cd open-video-downloader-bin
source PKGBUILD
./push.sh $(curl -L -H "Accept: application/vnd.github+json" https://api.github.com/repos/${_srcmntr}/${_srcname}/releases/latest | jq ".tag_name" | sed 's|"||g;s|app-v||')
./push.sh $(curl -L -H "Accept: application/vnd.github+json" \
https://api.github.com/repos/${_srcmntr}/${_srcname}/releases/latest | jq -r ".tag_name" | sed 's|app-v||')
env:
GIT_NAME: ${{ vars.GIT_NAME }}
GIT_EMAIL: ${{ vars.GIT_EMAIL }}