Skip to content

Commit

Permalink
fix(ci): update write changelog action to trigger actions on commit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored Sep 26, 2024
1 parent 08b669c commit c0dd19b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/write-changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.FERN_GITHUB_PAT }}

- name: Install
uses: ./.github/actions/install
Expand All @@ -53,5 +54,5 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update changelog"
add_options: "-A ./fern/pages/changelogs"
token: ${{ secrets.FERN_GITHUB_PAT }}
add_options: -A
file_pattern: fern/pages/changelogs/
3 changes: 1 addition & 2 deletions fern/pages/changelogs/cli/2024-09-26.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## 0.43.2

**`(fix):`** The CLI now prints which API cannot be registered if `fern generate --docs` fails.
**`(fix):`** The CLI now prints which API cannot be registered if `fern generate --docs` fails.


0 comments on commit c0dd19b

Please sign in to comment.