Skip to content

Commit

Permalink
chore: Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstonePfalz authored Apr 8, 2024
1 parent 47ec8d6 commit 5bcdbb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git add .
git commit -m "docs: Update PHPDocs"
git status
git push https://github.com/RedstonePfalz/zitadel-php-client.git main
git push https://github.com/RedstonePfalz/zitadel-php-client.git main --force
- name: Build classic docs
uses: JetBrains/writerside-github-action@v4
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
git add .
git commit -m "docs: Update classic docs"
git push https://github.com/RedstonePfalz/zitadel-php-client.git main
git push https://github.com/RedstonePfalz/zitadel-php-client.git main --force
- name: Get release description
id: read_release_description
Expand Down

0 comments on commit 5bcdbb3

Please sign in to comment.