Skip to content

Commit 75209db

Browse files
committed
don't gate release note creation on dry run
1 parent cf66cf5 commit 75209db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
VERSION=${{ steps.vars.outputs.version_tag }}
163163
164164
- name: Create draft GitHub release notes
165-
if: ${{ github.event.inputs.dry_run == 'false' && github.event.inputs.release_notes == 'true' }}
165+
if: ${{ github.event.inputs.release_notes == 'true' }}
166166
uses: softprops/action-gh-release@v2
167167
with:
168168
tag_name: ${{ steps.vars.outputs.version_tag }}

0 commit comments

Comments
 (0)