We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24e2a9 commit 6621db7Copy full SHA for 6621db7
1 file changed
.github/workflows/release.yaml
@@ -39,18 +39,11 @@ jobs:
39
- name: Build package
40
run: npm run ng build layout-components
41
42
- - name: Push to Github
+ - name: Publish to Github
43
uses: JS-DevTools/npm-publish@v3
44
with:
45
package: "dist/layout-components/package.json"
46
registry: "https://npm.pkg.github.com"
47
token: ${{ github.token }}
48
access: "public"
49
provenance: true
50
-
51
- - name: Publish package
52
- run: |
53
- cd dist/layout-components
54
- npm publish --access public --scope @buildo
55
- env:
56
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments