Skip to content

Commit

Permalink
fix jq expression
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 10, 2024
1 parent b200dce commit 823e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
raw-output: true
input: '${{ needs.release.outputs.publishedPackages }}'
script: |-
.[] | map("\(.name)@\(.version)")
map("\(.name)@\(.version)")
example:
name: Example
runs-on: ubuntu-latest
Expand Down

0 comments on commit 823e1e2

Please sign in to comment.