Skip to content

Commit

Permalink
Publish also on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 6, 2024
1 parent 8ab35e2 commit 4f0497c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
- name: Build package
run: npm run ng build layout-components

- name: Publish to npm
uses: JS-DevTools/npm-publish@v3
with:
package: "dist/layout-components/package.json"
token: ${{ secrets.NPM_TOKEN }}
access: "public"
provenance: true

- name: Publish to Github
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 4f0497c

Please sign in to comment.