Skip to content

Commit

Permalink
fix: publish to npm not github
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Mar 27, 2024
1 parent 24e047b commit f4fa42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_LINZJS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=18.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
"access": "public"
},
"repository": {
"url": "git://github.com/linz/cdk-tag.git",
Expand Down

0 comments on commit f4fa42c

Please sign in to comment.