We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dcad5 commit 60317e5Copy full SHA for 60317e5
.github/workflows/release.yml
@@ -309,16 +309,6 @@ jobs:
309
EOF
310
fi
311
312
- # Get the checksum for the release notes
313
- CHECKSUM=$(cat swift-dependency-audit.artifactbundle.zip.checksum)
314
-
315
- # Add installation instructions to release notes using template
316
- echo "" >> release_notes.md # Add blank line before footer
317
- sed -e "s|__REPOSITORY__|${{ github.repository }}|g" \
318
- -e "s|__VERSION__|${VERSION}|g" \
319
- -e "s|__CHECKSUM__|${CHECKSUM}|g" \
320
- Templates/release-notes-footer.md >> release_notes.md
321
322
- name: Create GitHub Release
323
uses: softprops/action-gh-release@v2
324
if: github.event_name == 'push'
Templates/release-notes-footer.md
0 commit comments