Skip to content

Commit 771644e

Browse files
author
Guy Bedford
committed
fix: release bump
1 parent d973628 commit 771644e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)