Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alavarello committed Dec 30, 2024
1 parent d9d4c10 commit b199e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset publish --provenance --access public
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"node": ">=20",
"pnpm": "9"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"@ensdomains/ens-contracts": "1.2.2",
"@openzeppelin/contracts": "5.1.0",
Expand Down

0 comments on commit b199e5f

Please sign in to comment.