Skip to content

Commit 8527453

Browse files
authored
Remove condition for creating summary in create-release GHA (#199)
1 parent 6a15ba9 commit 8527453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/create-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
echo "RELEASE_URL=$RELEASE_URL" >> "$GITHUB_OUTPUT"
7979
8080
- name: Create summary
81-
if: ${{ github.event.inputs.release_notes }}
8281
run: |
8382
TEMPFILE=$(mktemp)
8483
cat > $TEMPFILE <<- EOF

0 commit comments

Comments
 (0)