We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0194 commit dbd2c02Copy full SHA for dbd2c02
.github/workflows/release.yaml
@@ -37,14 +37,8 @@ jobs:
37
git commit -m "Update package version"
38
git push origin HEAD:main
39
40
- - name: Push update version
41
- uses: ad-m/[email protected]
42
- with:
43
- github_token: ${{ secrets.GITHUB_TOKEN }}
44
- branch: main
45
-
46
- name: Build package
47
- run: npx run ng build layout-components
+ run: npm run ng build layout-components
48
49
- name: Publish package
50
run: |
0 commit comments