We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3af900 commit a8a3edeCopy full SHA for a8a3ede
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
with:
70
version: ${{ inputs.version }}
71
product_name: ${{ inputs.product_name }}
72
- dry_run: ${{ needs.release_please.outputs.release_created == '' }}
+ dry_run: false
73
74
publish:
75
needs: [release_please, ssdlc]
0 commit comments