feat(workflow): Add Vercel Docs Hook to release workflow

This commit is contained in:
Vahagn Aharonian 2023-03-07 18:01:50 +04:00 committed by Roman Gershman
parent b88fc329a9
commit 1371ce9270

View File

@ -117,3 +117,8 @@ jobs:
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
with:
args: 'DragonflyDB version [${{ env.TAG_NAME }}](https://github.com/dragonflydb/dragonfly/releases/tag/${{ env.TAG_NAME }}) has been released 🎉'
- name: Re-build Docs
if: env.IS_PRERELEASE != 'true'
run: |
curl -s -X POST '${{ secrets.VERCEL_DOCS_WEBHOOK }}'