Skip to content

Commit ac5981b

Browse files
committed
Fix
1 parent 804e33d commit ac5981b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .github/workflows/release.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
- name: Build package
4141
run: npm run ng build layout-components
4242

43+
- name: Push to Github
44+
uses: JS-DevTools/npm-publish@v3
45+
with:
46+
package: "dist/layout-components/package.json"
47+
registry: "https://npm.pkg.github.com"
48+
token: ${{ github.token }}
49+
access: "public"
50+
provenance: true
51+
4352
- name: Publish package
4453
run: |
4554
cd dist/layout-components

0 commit comments

Comments
 (0)