Skip to content

Commit

Permalink
update publish config
Browse files Browse the repository at this point in the history
Signed-off-by: Asitha de Silva <[email protected]>
  • Loading branch information
asithade committed Nov 11, 2024
1 parent a3ce6ba commit 3681ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: npm run build

- name: Publish to NPM
run: npm publish --access public
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"@types/node": "^20.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

0 comments on commit 3681ac0

Please sign in to comment.