Skip to content

Commit

Permalink
CI: Prevent addition of newline (#17)
Browse files Browse the repository at this point in the history
Due to the way yaml multiline strings work, a newline gets included in the output value. This messes up the subsequent comparison.
  • Loading branch information
bisgardo authored Apr 26, 2024
1 parent ece560e commit 2057706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: bisgardo/github-action-echo@v1
id: crate-version
with:
version: |
version: |-
$(cargo metadata --format-version=1 2>/dev/null | jq -r '.packages[] | select(.name == "concordium-wallet-crypto-uniffi") | .version')
- name: 'Print outputs (for debugging)'
run: |
Expand Down

0 comments on commit 2057706

Please sign in to comment.