Skip to content

Commit e626567

Browse files
authored
Merge pull request #56 from sicpa-dlab/main
Release action fixes
2 parents ecc8e33 + 811997a commit e626567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: release_info
4949
run: |
5050
release_info="$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
51-
| jq '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
51+
| jq -c '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
5252
echo "release_info=$release_info" >> $GITHUB_OUTPUT
5353
echo "$release_info"
5454

0 commit comments

Comments
 (0)