Skip to content

Commit

Permalink
Merge pull request #26 from leapwallet/main
Browse files Browse the repository at this point in the history
Fixed action
  • Loading branch information
leapsamvel committed Aug 26, 2023
2 parents a670660 + 184dff5 commit a6f85c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
- run: yarn
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: cd packages/cosmos-snap-provider
- run: yarn build
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: npm publish
- run: npm publish:provider
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"start:snap": "yarn workspace snap start",
"build:provider": "yarn workspace @leapwallet/cosmos-snap-provider build",
"build:snap": "yarn workspace @leapwallet/metamask-cosmos-snap build",
"publish:snap": "yarn workspace @leapwallet/snap publish:package",
"publish:provider": "yarn workspace @leapwallet/cosmos-snap-provider publish:package",
"test": "echo \"TODO\"",
"bootstrap": "yarn --ignore-engines",
"publish:ci": "lerna publish from-package --yes"
Expand Down
1 change: 1 addition & 0 deletions packages/cosmos-snap-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"start": "npx tsc watch",
"prepublish": "yarn build",
"bootstrap": "yarn --ignore-engines",
"publish:package": "npm publish",
"publish:ci": "lerna publish from-package --yes"
},
"dependencies": {
Expand Down

0 comments on commit a6f85c2

Please sign in to comment.