Skip to content

Commit e668c56

Browse files
committed
Fetch full git history on release
1 parent f7aa43b commit e668c56

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/mdoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
1113
- uses: olafurpg/setup-scala@v10
12-
- run: git fetch --tags
1314
- run: sbt docs/docusaurusPublishGhpages
1415
env:
1516
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
1113
- uses: olafurpg/setup-scala@v10
1214
- run: git fetch --unshallow
1315
- name: Publish ${{ github.ref }}

0 commit comments

Comments
 (0)