Skip to content

Commit dec17af

Browse files
committed
fix: CI/CD config
1 parent bb66acf commit dec17af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: bun run build
9393
- name: Generate AI changelog
9494
id: changelog
95-
uses: mistricky/ccc@v0.2.2
95+
uses: mistricky/ccc@v0.2.3
9696
with:
9797
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
9898
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/bump_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- development
88
paths-ignore:
99
- 'example-app/**'
10+
- '.github/**'
1011

1112
jobs:
1213
bump-version:

0 commit comments

Comments
 (0)