mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
fix: add gha release docs fix (#4380)
This commit is contained in:
parent
8b7f9ec349
commit
09e75032ba
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user