We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5269830 commit 5f72183Copy full SHA for 5f72183
1 file changed
.github/workflows/release.yml
@@ -185,6 +185,6 @@ jobs:
185
with:
186
url: https://updates.signer.manta.systems/new_release/${{ matrix.target }}/${{ steps.suffixed.outputs.SUFFIXED }}
187
method: POST
188
- payload: "{\"target\": \"${{ matrix.target }}\", \"version\": \"${{ steps.suffixed.outputs.SUFFIXED }}\", \"release_notes\": \"Release page: ${{ github.event.release.html_url }}\\n SHA-256: ${{ steps.content_hash.outputs.HASH }}\\n Description:\\n${{ github.event.release.body }}\", \"url\": \"${{ steps.updater.outputs.browser_download_url }}\", \"signature\": \"${{ steps.sig_out.outputs.SIG }}\" }"
+ payload: "{\"target\": \"${{ matrix.target }}\", \"version\": \"${{ steps.suffixed.outputs.SUFFIXED }}\", \"release_notes\": \"Release page: ${{ github.event.release.html_url }}\\n SHA-256: ${{ steps.content_hash.outputs.HASH }}\\n \", \"url\": \"${{ steps.updater.outputs.browser_download_url }}\", \"signature\": \"${{ steps.sig_out.outputs.SIG }}\" }"
189
headers: "{\"Authorization\": \"Bearer ${{ steps.jwtGenerator.outputs.token }}\"}"
190
if: github.event_name == 'release' && github.event.action == 'published'
0 commit comments