Skip to content

Commit

Permalink
🚧 Fix generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Feb 8, 2025
1 parent 3b607f8 commit bf3cbfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit bf3cbfd

Please sign in to comment.