Skip to content

Commit

Permalink
build: Fix generateChangelog failure ? (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Dec 26, 2024
1 parent d0a2825 commit fc6ab77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-tags: true

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit fc6ab77

Please sign in to comment.