We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a15ba9 commit 8527453Copy full SHA for 8527453
.github/workflows/create-release.yml
@@ -78,7 +78,6 @@ jobs:
78
echo "RELEASE_URL=$RELEASE_URL" >> "$GITHUB_OUTPUT"
79
80
- name: Create summary
81
- if: ${{ github.event.inputs.release_notes }}
82
run: |
83
TEMPFILE=$(mktemp)
84
cat > $TEMPFILE <<- EOF
0 commit comments