Skip to content

Commit 5e3e651

Browse files
committed
Fix config
1 parent a00069e commit 5e3e651

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
uses: JS-DevTools/npm-publish@v3
5252
with:
5353
package: "dist/layout-components/package.json"
54-
registry: "https://npm.pkg.github.com"
5554
token: ${{ github.token }}
5655
access: "public"
5756
provenance: true

projects/layout-components/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
"sideEffects": false,
1616
"devDependencies": {
1717
"prettier": "3.2.5"
18-
},
19-
"publishConfig": {
20-
"registry": "https://npm.pkg.github.com/buildo"
2118
}
2219
}

0 commit comments

Comments
 (0)