Skip to content

Commit

Permalink
Fix version calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Feb 3, 2023
1 parent 08f3a1e commit 797db5a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout the sources
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
Expand Down Expand Up @@ -149,6 +151,8 @@ jobs:
steps:
- name: Checkout the sources
uses: actions/checkout@v3
with:
fetch-depth: 0

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

0 comments on commit 797db5a

Please sign in to comment.