From 34b11a65d89c94156ea3a2f4710c0686a91e301b Mon Sep 17 00:00:00 2001 From: 8e8b2c <8e8b2c@proton.me> Date: Wed, 10 Jul 2024 12:45:40 +0100 Subject: [PATCH] fix: authority package publish --- .github/workflows/e2e.yml | 8 ++------ packages/authority/package.json | 2 +- packages/client/package.json | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8105bdc..4ae1b5e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 }} diff --git a/packages/authority/package.json b/packages/authority/package.json index 4c79d4c..b3c6a9c 100644 --- a/packages/authority/package.json +++ b/packages/authority/package.json @@ -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", diff --git a/packages/client/package.json b/packages/client/package.json index 52ee842..c213766 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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",