There was an error while loading. Please reload this page.
1 parent 7afa760 commit 8938c1bCopy full SHA for 8938c1b
1 file changed
.github/workflows/release-please.yml
@@ -25,7 +25,7 @@ jobs:
25
contents: write # Needed to upload release artifacts
26
27
needs: [ release-please ]
28
-# if: ${{ needs.release-please.outputs.release_created == 'true' }}
+ if: ${{ needs.release-please.outputs.release_created == 'true' }}
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
0 commit comments