Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 2, 2024
1 parent 804e33d commit ac5981b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
- name: Build package
run: npm run ng build layout-components

- name: Push to Github
uses: JS-DevTools/npm-publish@v3
with:
package: "dist/layout-components/package.json"
registry: "https://npm.pkg.github.com"
token: ${{ github.token }}
access: "public"
provenance: true

- name: Publish package
run: |
cd dist/layout-components
Expand Down

0 comments on commit ac5981b

Please sign in to comment.