We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83469e3 + 45c80e9 commit 811997aCopy full SHA for 811997a
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
id: release_info
49
run: |
50
release_info="$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
51
- | jq '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
+ | jq -c '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
52
echo "release_info=$release_info" >> $GITHUB_OUTPUT
53
echo "$release_info"
54
0 commit comments