Skip to content

Commit

Permalink
ci: missing fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance committed Oct 20, 2024
1 parent 5a64f35 commit 77470f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload assets
if: steps.changesets.outputs.hasChangesets == 'false'
run: |
version=v${{ steps.changesets.outputs.publishedPackages[0].version }}
version=v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
zip -r ${version}.zip .
gh release upload ${version} ${version}.zip
env:
Expand Down

0 comments on commit 77470f8

Please sign in to comment.