Skip to content

Commit

Permalink
Public release t3, fix commitish
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 14, 2023
1 parent 14b34aa commit 0d66169
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d66169

Please sign in to comment.