From 4847623b9c13bba3bafcf3b79f720f87e4d8065c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Nov 2024 15:17:42 +0900 Subject: [PATCH] BUILD_RELEASE: debugging what is causing the exit from generate-body --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 48732759..1127daf9 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -143,7 +143,7 @@ jobs: echo "COMMITS=$COMMITS" >> $GITHUB_ENV - name: Extract XML Description - uses: Mudlet/xmlstarlet-action@v1 + uses: Mudlet/xmlstarlet-action@master id: extract-description with: xml-file: "./net.retrodeck.retrodeck.appdata.xml"