We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804e33d commit ac5981bCopy full SHA for ac5981b
.github/workflows/release.yaml
@@ -40,6 +40,15 @@ jobs:
40
- name: Build package
41
run: npm run ng build layout-components
42
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
+
52
- name: Publish package
53
run: |
54
cd dist/layout-components
0 commit comments