We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66acf commit dec17afCopy full SHA for dec17af
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
run: bun run build
93
- name: Generate AI changelog
94
id: changelog
95
- uses: mistricky/ccc@v0.2.2
+ uses: mistricky/ccc@v0.2.3
96
with:
97
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
98
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/bump_version.yml
@@ -7,6 +7,7 @@ on:
7
- development
8
paths-ignore:
9
- 'example-app/**'
10
+ - '.github/**'
11
12
jobs:
13
bump-version:
0 commit comments