Skip to content

Commit dbd2c02

Browse files
committed
Fix CI
1 parent faf0194 commit dbd2c02

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: .github/workflows/release.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,8 @@ jobs:
3737
git commit -m "Update package version"
3838
git push origin HEAD:main
3939
40-
- name: Push update version
41-
uses: ad-m/[email protected]
42-
with:
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
branch: main
45-
4640
- name: Build package
47-
run: npx run ng build layout-components
41+
run: npm run ng build layout-components
4842

4943
- name: Publish package
5044
run: |

0 commit comments

Comments
 (0)