Skip to content

Commit

Permalink
fix: update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 13, 2023
1 parent b942f1f commit 53be07b
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'chore: update manifest'
- run: pnpm -r publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/filecoin-project/filsnap.git"
},
"source": {
"shasum": "tB+X9xfKjPQyaIIHmxF3tma9zvlalDIuJVLVvqBcHgY=",
"shasum": "yg/RkF6tdMsz0DjWCbkk61No3aupdJVAuMYsvsB9pBU=",
"location": {
"npm": {
"filePath": "dist/snap.js",
Expand Down

0 comments on commit 53be07b

Please sign in to comment.