We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7886d6 commit 6c6e6a2Copy full SHA for 6c6e6a2
.github/workflows/release.yaml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
14
steps:
15
- name: Checkout code
@@ -35,6 +37,12 @@ jobs:
35
37
git commit -m "Update package version"
36
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
48
0 commit comments