Skip to content

Commit

Permalink
publish using NPM (not yarn)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanya committed Apr 27, 2023
1 parent 5db8a39 commit 89bb2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
node-version: 19
registry-url: https://registry.npmjs.org/
- run: yarn ci
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evm-simulator",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"author": "Idan Yael",
"license": "MIT",
Expand Down

0 comments on commit 89bb2df

Please sign in to comment.