fix: add gha release docs fix (#4380)

This commit is contained in:
Nico Domino 2024-07-15 14:03:06 +02:00 committed by GitHub
parent 8b7f9ec349
commit 09e75032ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,8 @@ jobs:
repository: gitbutlerapp/gitbutler-docs
path: docs
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: lts/*
@ -43,8 +45,3 @@ jobs:
git config user.email github-actions@github.com
git commit -am "feat: add release ${{ github.event.release.tag_name }}"
git push
- name: Trigger Vercel Deploy Hook
env:
VERCEL_HOOK_URL: ${{ secrets.VERCEL_HOOK_URL }}
run: curl -s $VERCEL_HOOK_URL