Skip to content

Commit 4f0497c

Browse files
committed
Publish also on npm
1 parent 8ab35e2 commit 4f0497c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- name: Build package
4040
run: npm run ng build layout-components
4141

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+
4250
- name: Publish to Github
4351
uses: JS-DevTools/npm-publish@v3
4452
with:

0 commit comments

Comments
 (0)