Skip to content

Commit c48deaa

Browse files
committed
Fix GitHub Actions deployment workflow
1 parent 83c30ff commit c48deaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-deployment-workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
image: day8au/dev-ci:0.0.8
7575
steps:
7676
- uses: actions/checkout@v2
77+
with:
78+
fetch-depth: 0
7779
- name: Maven cache
7880
id: maven-cache
7981
uses: actions/cache@v2

0 commit comments

Comments
 (0)