Skip to content

Commit

Permalink
Merge pull request #37
Browse files Browse the repository at this point in the history
GitHub Actions: Fetch entire history in the `publish` job
  • Loading branch information
saschpe authored Jan 30, 2025
2 parents 2378f20 + b8f722b commit 83d1b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
with:
Expand Down

0 comments on commit 83d1b39

Please sign in to comment.