mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-22 22:20:15 +00:00
Don't print the release notes body
Some checks failed
Validate URLs / validate (push) Has been cancelled
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
Some checks failed
Validate URLs / validate (push) Has been cancelled
Build Artifacts / Windows (x86_64) (push) Has been cancelled
Build Artifacts / macOS (x86_64) (push) Has been cancelled
Build Artifacts / macOS (arm64) (push) Has been cancelled
Build Artifacts / Linux (x86_64) (push) Has been cancelled
Build Artifacts / Linux (arm64) (push) Has been cancelled
Build Artifacts / Android (push) Has been cancelled
Build Artifacts / iOS (push) Has been cancelled
Build Artifacts / tvOS (push) Has been cancelled
- I did so because I suspected the Markdown wasn't being extracted from the changelog correctly - But that suspicion was wrong.
This commit is contained in:
parent
aee7a181c5
commit
08862a8aa4
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -82,10 +82,6 @@ jobs:
|
||||
# The .info file doesn't vary by platform, so we only need to upload one
|
||||
if-no-files-found: error
|
||||
|
||||
# TODO: Format the changelog lines so that my use of sembr doesn't make it look weird
|
||||
- name: Print Release Notes Body
|
||||
run: echo "${{ needs.check-release-version.outputs.release-notes }}"
|
||||
|
||||
- name: Create Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: "${{ !inputs.dry-run }}"
|
||||
|
Loading…
Reference in New Issue
Block a user