Skip to content

Commit

Permalink
Merge pull request #5 from NullVoxPopuli/fix-publish
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
NullVoxPopuli authored Jun 21, 2024
2 parents cd78e13 + b9d7e9c commit 5b5f3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- uses: actions/setup-node@v4
with:
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
node-registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"@manypkg/get-packages": "^2.2.1",
"execa": "^9.2.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": {
"prettier": "^3.3.2",
"release-plan": "^0.9.0",
Expand Down

0 comments on commit 5b5f3f3

Please sign in to comment.