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 3b4423e commit 89b49b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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/@andrewbrg
- run: npm config set registry https://npm.pkg.github.com/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rulepilot",
"name": "@andrewbrg/rulepilot",
"version": "1.1.8",
"description": "Rule parsing engine for JSON rules",
"main": "dist/index.js",
Expand Down

0 comments on commit 89b49b8

Please sign in to comment.