From 3b8fea38e6075cd6cf2ddeed9126db0f372361d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Ciccola?= Date: Tue, 10 Sep 2024 10:45:55 -0300 Subject: [PATCH 1/2] add `push_options: --force` after allowing force push on main --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65e13e6a2..a4813cc92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,11 +42,12 @@ jobs: # TODO: Re-enable this. # See . # - # - name: Push updated markdown docs - # uses: stefanzweifel/git-auto-commit-action@v5 - # with: - # commit_message: 'docs: update API docs' - # file_pattern: 'docs/api/md/*' + - name: Push updated markdown docs + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: 'docs: update API docs' + file_pattern: 'docs/api/md/*' + push_options: --force - uses: nearform-actions/optic-release-automation-action@v4 with: commit-message: 'Release {version}' From f503208dff528a2eb25be1a2d65a04727ae4a17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Ciccola?= Date: Tue, 10 Sep 2024 10:51:12 -0300 Subject: [PATCH 2/2] remove todo comment --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4813cc92..0889d1187 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,9 +39,6 @@ jobs: run: | npm ci npm run doc - # TODO: Re-enable this. - # See . - # - name: Push updated markdown docs uses: stefanzweifel/git-auto-commit-action@v5 with: