Skip to content

Commit 1ff53b3

Browse files
committed
Revert "This should be it"
This reverts commit 72e9981.
1 parent 62970f2 commit 1ff53b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161
steps:
6262
- name: Checkout (fetch tags)
6363
uses: actions/checkout@v4
64-
with:
65-
fetch-depth: 0
6664

6765
- name: Determine tag and annotated message
6866
id: taginfo
@@ -96,7 +94,7 @@ jobs:
9694
-H "Accept: application/vnd.github.v3+json" \
9795
https://api.github.com/repos/${{ github.repository }}/releases \
9896
-d "{\"tag_name\":\"${{ steps.taginfo.outputs.tag }}\",\"name\":\"${{ steps.taginfo.outputs.tag }}\",\"body\":$(echo '${{ steps.taginfo.outputs.body }}' | jq -Rs .),\"draft\":false,\"prerelease\":false}")
99-
97+
10098
UPLOAD_URL=$(echo $RESPONSE | jq -r '.upload_url' | sed 's/{?name,label}//')
10199
echo "upload_url=$UPLOAD_URL" >> $GITHUB_OUTPUT
102100

0 commit comments

Comments
 (0)