Skip to content

Commit

Permalink
Merge pull request #53 from sicpa-dlab/fix/ci-release-info
Browse files Browse the repository at this point in the history
chore: release info json in a single line
  • Loading branch information
mat-work authored Jul 13, 2023
2 parents 2d54469 + 346d442 commit 7e14823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: release_info
run: |
release_info="$(curl -s https://api.github.com/repos/${{ github.repository }}/releases \
| jq '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
| jq -c '.[] | select(.name == "v${{ steps.current_version.outputs.current_version }}")')"
echo "release_info=$release_info" >> $GITHUB_OUTPUT
echo "$release_info"
shell: bash
Expand Down

0 comments on commit 7e14823

Please sign in to comment.