From 5bcdbb3a9f4fe8884978a683f5c4fcd3c1b1ba08 Mon Sep 17 00:00:00 2001 From: RedstonePfalz <55254344+RedstonePfalz@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:40:20 +0200 Subject: [PATCH] chore: Fix workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7146381..34ae7ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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