diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95dc7798a..a1f71a88d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,14 +39,12 @@ 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: - # 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}'