Skip to content

Commit

Permalink
escape tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Nov 24, 2024
1 parent 4190af9 commit ccaa549
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 @@ -62,7 +62,7 @@ jobs:
- name: Create release
shell: bash
run: |
CODE=`curl -d '{"prerelease": ${{ github.event.release.prerelease }}, "commit_hash": "${{ github.sha }}", "tag": ${{ github.event.release.tag_name }}, "gd": ${{ steps.release-data.outputs.PLATFORM_INFO }}}' \
CODE=`curl -d '{"prerelease": ${{ github.event.release.prerelease }}, "commit_hash": "${{ github.sha }}", "tag": "${{ github.event.release.tag_name }}", "gd": ${{ steps.release-data.outputs.PLATFORM_INFO }}}' \
--write-out "%{http_code}" \
--silent \
--output /dev/null \
Expand Down

0 comments on commit ccaa549

Please sign in to comment.