Skip to content

Commit

Permalink
RM release notes from updater server (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com>
  • Loading branch information
tommyjk21 and Kevingislason committed Jul 6, 2022
1 parent 5269830 commit 5f72183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -185,6 +185,6 @@ jobs:
with:
url: https://updates.signer.manta.systems/new_release/${{ matrix.target }}/${{ steps.suffixed.outputs.SUFFIXED }}
method: POST
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 }}\" }"
headers: "{\"Authorization\": \"Bearer ${{ steps.jwtGenerator.outputs.token }}\"}"
if: github.event_name == 'release' && github.event.action == 'published'

1 comment on commit 5f72183

@vercel
Copy link

@vercel vercel bot commented on 5f72183 Jul 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.