Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 6, 2024
1 parent a00069e commit 5e3e651
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
uses: JS-DevTools/npm-publish@v3
with:
package: "dist/layout-components/package.json"
registry: "https://npm.pkg.github.com"
token: ${{ github.token }}
access: "public"
provenance: true
3 changes: 0 additions & 3 deletions projects/layout-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"sideEffects": false,
"devDependencies": {
"prettier": "3.2.5"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/buildo"
}
}

0 comments on commit 5e3e651

Please sign in to comment.