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 ecc8e33 + 811997a commit e626567Copy full SHA for e626567
.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