Skip to content

Commit dbd2c02

Browse files
committed
Fix CI
1 parent faf0194 commit dbd2c02

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 7 deletions
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/github-push-action@v0.8.0
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)