Skip to content

Commit

Permalink
Update npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed May 11, 2023
1 parent 89b49b8 commit 5aa6029
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-github-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version: 16
registry-url: 'https://npm.pkg.github.com/'
- run: npm config set registry https://npm.pkg.github.com/
- run: npm config set registry https://npm.pkg.github.com/@andrewbrg
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@andrewbrg/rulepilot",
"name": "rulepilot",
"version": "1.1.8",
"description": "Rule parsing engine for JSON rules",
"main": "dist/index.js",
Expand All @@ -9,7 +9,10 @@
"build": "rm -rf dist && tsc",
"prettier": "prettier --write ."
},
"repository": "https://github.com/andrewbrg/rulepilot.git",
"repository": {
"type": "git",
"url": "https://github.com/andrewbrg/rulepilot.git"
},
"author": "Andrew Borg <[email protected]>",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 5aa6029

Please sign in to comment.