Skip to content

Commit 0ca235c

Browse files
committed
ci(release): check library_released_created for release-library step
1 parent 10c1f33 commit 0ca235c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
release-library:
4242
runs-on: ubuntu-latest
4343
needs: release-please
44-
if: ${{ needs.release-please.outputs.binary_release_created }}
44+
if: ${{ needs.release-please.outputs.library_release_created }}
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)