Skip to content

Commit 4162425

Browse files
author
spamtoaster
committed
ci: revert release body hack to restore workflow
1 parent 8189613 commit 4162425

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,24 +152,9 @@ jobs:
152152
if [[ "$TAG" == *"beta"* || "$TAG" == *"alpha"* || "$TAG" == *"rc"* ]]; then
153153
PRERELEASE_FLAG="--prerelease"
154154
fi
155-
156-
RELEASE_BODY=$(cat <<'EOF'
157-
## PS Vita
158-
- pkgj-vita-${TAG}.vpk (PS Vita)
159-
160-
## Host Linux
161-
- pkgj-cli-${TAG} (CLI, command line)
162-
- pkgj-sim-${TAG} (Graphical simulator)
163-
164-
## Notes
165-
- Use `pkgj-vita` on PS Vita devices.
166-
- Use `pkgj-cli` and `pkgj-sim` on Linux hosts.
167-
EOF
168-
)
169-
170155
gh release create "$TAG" \
171156
--title "Release $TAG" \
172-
--notes "$RELEASE_BODY" \
157+
--generate-notes \
173158
$PRERELEASE_FLAG \
174159
"pkgj-vita/pkgj.vpk#pkgj-${TAG}.vpk" \
175160
"pkgj-cli/pkgj_cli#pkgj_cli-${TAG}" \

0 commit comments

Comments
 (0)