Skip to content

Commit

Permalink
fix curl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 24, 2024
1 parent 1a035ec commit 6fad2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Create release
shell: bash
run: |
curl --json '{"prerelease": ${{ github.event.release.prerelease }}, "commit_hash": "$GITHUB_SHA", "tag": ${{ github.event.release.tag_name }}, "gd": ${{ steps.release-data.output.PLATFORM_INFO }}}' -H "Authorization: Bearer ${{ secrets.INDEX_TOKEN }}"
curl -d '{"prerelease": ${{ github.event.release.prerelease }}, "commit_hash": "$GITHUB_SHA", "tag": ${{ github.event.release.tag_name }}, "gd": ${{ steps.release-data.output.PLATFORM_INFO }}}' -H "Content-Type: application/json" -H "Authorization: Bearer ${{ secrets.INDEX_TOKEN }}" https://api.geode-sdk.org/v1/loader/versions

0 comments on commit 6fad2fe

Please sign in to comment.