Skip to content

Commit 6c6e6a2

Browse files
committed
Fix CI
1 parent a7886d6 commit 6c6e6a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/release.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout code
@@ -35,6 +37,12 @@ jobs:
3537
git commit -m "Update package version"
3638
git push origin HEAD:main
3739
40+
- name: Push update version
41+
uses: ad-m/[email protected]
42+
with:
43+
github_token: ${{ secrets.GITHUB_TOKEN }}
44+
branch: main
45+
3846
- name: Build package
3947
run: npx run ng build layout-components
4048

0 commit comments

Comments
 (0)