Update CD

This commit is contained in:
Alexey Golub
2021-07-28 15:13:09 -07:00
committed by GitHub
parent 4508f5e211
commit 9b01b67d98

View File

@@ -27,5 +27,5 @@ jobs:
- name: Notify Discord - name: Notify Discord
run: | run: |
curl '${{ secrets.DISCORD_WEBHOOK }}' \ curl '${{ secrets.DISCORD_WEBHOOK }}' \
--data-raw '{"content":"[**CliFx** ver. ${{ github.ref }} released](https://github.com/Tyrrrz/CliFx/releases/latest)"}' \ --data-raw '{"content":"**CliFx** new version released!\nRef: `${{ github.ref }}`\nChangelog: <https://github.com/Tyrrrz/CliFx/blob/${{ github.sha }}/Changelog.md>"}' \
-H 'content-type: application/json' -H 'content-type: application/json'