Skip to content

Commit

Permalink
Show with no line so its cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Apr 15, 2024
1 parent 0cc9636 commit 4393b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ jobs:
saveMetadata: true
- run: | # Just to show metadata works
cat metadata.json
echo
project=geyser
version=$(cat gradle.properties | grep -o "version=[0-9\\.]*" | cut -d"=" -f2)
jq -c --arg project "${project}" --arg version "${version}" '
jq --arg project "${project}" --arg version "${version}" '
.
| .changes |= map({"commit", "summary", "message"})
| .downloads |= map_values({"name", "sha256"})
Expand Down

0 comments on commit 4393b3b

Please sign in to comment.