Skip to content

Commit 8fdff17

Browse files
author
Guy Bedford
committed
fix: release bump
1 parent d973628 commit 8fdff17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
update-lock-and-docs:
2929
runs-on: ubuntu-latest
3030
needs: release
31-
if: ${{ needs.release.outputs.pr }}
31+
if: ${{ needs.release.outputs.pr && !needs.release.outputs.releases_created }}
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3
@@ -54,7 +54,7 @@ jobs:
5454
- run: npm run build:files
5555
working-directory: ./documentation/app
5656

57-
- run: npm run format-changelog
57+
- run: yarn && npm run format-changelog
5858

5959
- name: Committing and push changes
6060
run: |

0 commit comments

Comments
 (0)