mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
checkout the history hopefully including tags
This commit is contained in:
parent
01cd514e4f
commit
1922dc892c
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
@ -36,6 +38,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
@ -56,6 +60,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '11'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user