mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
feat(workflow): Add Vercel Docs Hook to release workflow
This commit is contained in:
parent
b88fc329a9
commit
1371ce9270
5
.github/workflows/docker-release.yml
vendored
5
.github/workflows/docker-release.yml
vendored
@ -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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user