We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3e651 commit 9f33006Copy full SHA for 9f33006
.github/workflows/release.yaml
@@ -51,6 +51,7 @@ 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
0 commit comments