Skip to content

Commit

Permalink
Update publish.yml - fix src -> contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored Mar 20, 2024
1 parent e9c5a9f commit db21fbe
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 @@ -11,7 +11,7 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: grep -RiIln 'openzeppelin-contracts' src | xargs sed -i 's/openzeppelin\-contracts/@openzeppelin\/contracts/g'
- run: grep -RiIln 'openzeppelin-contracts' contracts | xargs sed -i 's/openzeppelin\-contracts/@openzeppelin\/contracts/g'
- run: yarn
- run: npm publish --access public
env:
Expand Down

0 comments on commit db21fbe

Please sign in to comment.