Skip to content

Commit 9f33006

Browse files
committed
Fix GH publishing
1 parent 5e3e651 commit 9f33006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
uses: JS-DevTools/npm-publish@v3
5252
with:
5353
package: "dist/layout-components/package.json"
54+
registry: "https://npm.pkg.github.com"
5455
token: ${{ github.token }}
5556
access: "public"
5657
provenance: true

0 commit comments

Comments
 (0)