Skip to content

Commit

Permalink
feat(workflow): Add Vercel Docs Hook to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vahnag authored and romange committed Mar 12, 2023
1 parent b88fc32 commit 1371ce9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit 1371ce9

Please sign in to comment.