Skip to content

Commit

Permalink
fix: authority package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
8e8b2c committed Jul 10, 2024
1 parent 4240a6e commit 34b11a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,7 @@ jobs:
run: npm publish --access public -w @holoom/client
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish external-id-attestor to npm
run: npm publish --access public -w @holoom/external-id-attestor
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish evm-bytes-signer to npm
run: npm publish --access public -w @holoom/evm-bytes-signer
- name: Publish authority to npm
run: npm publish --access public -w @holoom/authority
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion packages/authority/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoom/authority",
"version": "0.1.0-dev.5",
"version": "0.1.0-dev.6",
"description": "Helpers for interacting with a holoom network authority agent",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoom/client",
"version": "0.1.0-dev.5",
"version": "0.1.0-dev.6",
"description": "Helpers for interacting with a holoom network agent",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 34b11a6

Please sign in to comment.