mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
feat(workflow): Add Vercel Docs Hook to release workflow
This commit is contained in:
parent
b88fc329a9
commit
1371ce9270
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-release.yml
vendored
5
.github/workflows/docker-release.yml
vendored
|
@ -117,3 +117,8 @@ jobs:
|
||||||
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
|
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9
|
||||||
with:
|
with:
|
||||||
args: 'DragonflyDB version [${{ env.TAG_NAME }}](https://github.com/dragonflydb/dragonfly/releases/tag/${{ env.TAG_NAME }}) has been released 🎉'
|
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 a new issue