Skip to content

Commit

Permalink
full test data
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 11, 2024
1 parent ce98d5d commit c46a27b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
pull-requests: write
repository-projects: write
outputs:
published: ${{ steps.changesets.outputs.published }}
publishedPackages: '[{"name": "@celo/celocli", "version": "beta"}, {"name": "@celo/viem-account-ledger", "version": "1.0.0-beta.2"}, {"name": "@celo/utils", "version": "7.0.0"}, {"name": "@celo/contractkit", "version": "8.3.1"}]'
# published: 'true'
published: 'true'
# publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
# published: ${{ steps.changesets.outputs.published }}

steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit c46a27b

Please sign in to comment.