Skip to content

Commit

Permalink
Adding fetch depth 0
Browse files Browse the repository at this point in the history
Didnt have the fetch depth 0 on the pre-release creation job so the
version name of the artifacts were screwed up. Fixing that
  • Loading branch information
epag committed Nov 12, 2024
1 parent 825407b commit 9dd7cb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commitChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -196,6 +198,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 9dd7cb1

Please sign in to comment.