Skip to content

Commit

Permalink
Merge pull request #32 from leapwallet/main
Browse files Browse the repository at this point in the history
Build before publish
  • Loading branch information
leapsamvel authored Aug 26, 2023
2 parents bca25a5 + 446651d commit 7025c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- run: yarn
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: yarn publish:provider
- run: yarn build:provider && yarn publish:provider
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: yarn lint && yarn test && yarn publish:snap
- run: yarn lint && yarn test && yarn build:snap && yarn publish:snap
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion packages/cosmos-snap-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leapwallet/cosmos-snap-provider",
"version": "0.0.9",
"version": "0.0.10",
"repository": {
"url": "[email protected]:leapwallet/cosmos-metamask-snap.git"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leapwallet/metamask-cosmos-snap",
"version": "0.1.10",
"version": "0.1.11",
"description": "Leapwallet cosmos snap for metamask",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7025c53

Please sign in to comment.