From b65e19e0ce029cc90ab90e658ab66220a650a9fb Mon Sep 17 00:00:00 2001 From: Berend Sliedrecht Date: Fri, 24 Nov 2023 15:15:57 +0100 Subject: [PATCH] set registry Signed-off-by: Berend Sliedrecht --- .github/workflows/pipeline.yaml | 3 +-- package.json | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index da1559e..e780c51 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -77,10 +77,9 @@ jobs: - name: Publish env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - echo ${{ inputs.release-type }} git config --global user.email "development@animo.id" git config --global user.name "Animo Bot" diff --git a/package.json b/package.json index 7b2583c..9e29898 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,11 @@ "version": "0.0.1", "description": "AFJ Universal DID Resolver integration", "author": "Animo Solutions", - "main": "src/index.ts", + "main": "build/index", + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "license": "APACHE-2.0", "files": [ "build"