We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab35e2 commit 4f0497cCopy full SHA for 4f0497c
1 file changed
.github/workflows/release.yaml
@@ -39,6 +39,14 @@ jobs:
39
- name: Build package
40
run: npm run ng build layout-components
41
42
+ - name: Publish to npm
43
+ uses: JS-DevTools/npm-publish@v3
44
+ with:
45
+ package: "dist/layout-components/package.json"
46
+ token: ${{ secrets.NPM_TOKEN }}
47
+ access: "public"
48
+ provenance: true
49
+
50
- name: Publish to Github
51
uses: JS-DevTools/npm-publish@v3
52
with:
0 commit comments