Skip to content

Commit

Permalink
Merge pull request #1313 from ProjectOpenSea/ryanio-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml - remove openzeppelin import renaming
  • Loading branch information
0age authored Mar 20, 2024
2 parents ec9a715 + fd647cf commit 0c18bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Package to npmjs
on:
release:
types: [created]
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -11,7 +11,6 @@ jobs:
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- 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 0c18bd9

Please sign in to comment.