Skip to content

Commit

Permalink
ci: Set checkout fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubik65536 authored Sep 4, 2023
1 parent d9cd7b5 commit 730a49b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
echo "PUBLISH_BETA=true" >> ${GITHUB_ENV}
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 730a49b

Please sign in to comment.