Skip to content

Commit

Permalink
nooo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 10, 2024
1 parent 2032cde commit 3eb58d0
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 @@ -20,7 +20,7 @@ jobs:
pull-requests: write
repository-projects: write
outputs:
publishedPackages: '{"name": "@celo/celocli", "version": "5.0.0"}, {"name": "@celo/contractkit", "version": "8.0.0"}]'
publishedPackages: '[{"name": "@celo/celocli", "version": "5.0.0"}, {"name": "@celo/contractkit", "version": "8.0.0"}]'
# publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 3eb58d0

Please sign in to comment.