Skip to content

Commit 8938c1b

Browse files
authored
fix: uncomment conditional in release-please for release-ldcli (#12)
* fix: uncomment conditional for release-ldcli
1 parent 7afa760 commit 8938c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
contents: write # Needed to upload release artifacts
2626

2727
needs: [ release-please ]
28-
# if: ${{ needs.release-please.outputs.release_created == 'true' }}
28+
if: ${{ needs.release-please.outputs.release_created == 'true' }}
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout

0 commit comments

Comments
 (0)