Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/npenin/akala
Browse files Browse the repository at this point in the history
  • Loading branch information
npenin committed Jul 21, 2021
2 parents 3850854 + d41d17f commit 549d7fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ jobs:
- name: Compile
run: yarn tsc -b packages
- name: Publish
run: yarn semantic-release
run: yarn semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/json-rpc-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"browser": "./browser.js",
"devDependencies": {
"@types/assert": "1.5.4",
"@types/assert": "1.5.5",
"@types/debug": "4.1.6",
"@types/node": "^14.14.31",
"@types/uuid": "^8.3.1",
Expand Down

0 comments on commit 549d7fd

Please sign in to comment.