Skip to content

Commit

Permalink
Merge pull request #1312 from ProjectOpenSea/ryanio-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml - fix `src` -> `contracts`
  • Loading branch information
0age authored Mar 20, 2024
2 parents e9c5a9f + db21fbe commit ec9a715
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 ec9a715

Please sign in to comment.