Skip to content

Commit fcb4832

Browse files
committed
CI: Get entire history and tags.
1 parent 2c8fb73 commit fcb4832

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719
- name: Set up Java
1820
uses: actions/setup-java@v1
1921
with:

.github/workflows/publish-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15+
with:
16+
fetch-depth: 0
1517
- name: Set up Java
1618
uses: actions/setup-java@v1
1719
with:

0 commit comments

Comments
 (0)