We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00069e commit 5e3e651Copy full SHA for 5e3e651
2 files changed
.github/workflows/release.yaml
@@ -51,7 +51,6 @@ jobs:
51
uses: JS-DevTools/npm-publish@v3
52
with:
53
package: "dist/layout-components/package.json"
54
- registry: "https://npm.pkg.github.com"
55
token: ${{ github.token }}
56
access: "public"
57
provenance: true
projects/layout-components/package.json
@@ -15,8 +15,5 @@
15
"sideEffects": false,
16
"devDependencies": {
17
"prettier": "3.2.5"
18
- },
19
- "publishConfig": {
20
- "registry": "https://npm.pkg.github.com/buildo"
21
}
22
0 commit comments