Skip to content

Commit

Permalink
set registry
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 24, 2023
1 parent ec14dbc commit b65e19e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --global user.name "Animo Bot"
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b65e19e

Please sign in to comment.