Skip to content

Commit

Permalink
ci: fecth all history
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 28, 2023
1 parent faad4f3 commit fb6ff07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
with:
# 0 indicates all history for all branches and tags.
fetch-depth: 0
- name: Set up Gradle and Java
uses: ./.github/gradle-action
- name: Docker / Set up QEMU
Expand Down

0 comments on commit fb6ff07

Please sign in to comment.