Skip to content

Commit f14533f

Browse files
authored
Add release automation agentic workflow
2 parents 252bc1a + 93eefc8 commit f14533f

4 files changed

Lines changed: 1393 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.github/workflows/*.lock.yml linguist-generated=true merge=ours
1+
.github/workflows/*.lock.yml linguist-generated=true merge=ours
2+
workflows/*.lock.yml linguist-generated=true merge=ours

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Compile workflows
21-
run: gh aw compile --dir workflows
21+
run: |
22+
gh aw compile
23+
gh aw compile --dir workflows
2224
env:
2325
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2426

0 commit comments

Comments
 (0)