From 0d66169f7469e2623dbaaf7b6c93856865f1e903 Mon Sep 17 00:00:00 2001 From: Jordan Taylor Date: Sat, 14 Oct 2023 01:21:48 +0100 Subject: [PATCH] Public release t3, fix commitish --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7430203..9354ce1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,13 +119,14 @@ jobs: "tag_name": "v${{ env.PACKAGE_VERSION }}", "target_commitish": "main", "name": "Release v${{ env.PACKAGE_VERSION }}", - "body": "Changes in this Release", + "body": "First public release.", "draft": true, "prerelease": true }' \ https://api.github.com/repos/jordantgh/meta-analyser-rc/releases) echo "Full API Response: $RESPONSE" - echo "RESPONSE=$RESPONSE" >> $GITHUB_ENV + UPLOAD_URL=$(echo "$RESPONSE" | jq -r '.upload_url') + echo "UPLOAD_URL=${UPLOAD_URL}" >> $GITHUB_ENV # Upload assets to the public repo - name: Upload Public Release Asset for Linux