Skip to content

Commit

Permalink
For testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 24, 2024
1 parent 932cb72 commit 346c437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
run: |
latest_release_tag=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
| jq -r 'sort_by(.created_at) | last(.[]).tag_name')
echo ${latest_release_tag}
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand All @@ -134,7 +133,7 @@ jobs:
https://api.github.com/repos/${{ github.repository }}/releases \
-d '{
"tag_name": "${{ github.ref_name }}",
"previous_tag_name": "${latest_release_tag}",
"previous_tag_name": \"${latest_release_tag}\",
"prerelease": ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }},
"generate_release_notes": true
}'
Expand Down

0 comments on commit 346c437

Please sign in to comment.