Skip to content

Commit 32bbc47

Browse files
authored
[CI/CD] Need to get last 2 commits to compute changes with previous version (opensensorhub#200)
1 parent f14bf51 commit 32bbc47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
matrix: ${{ steps.set-matrix.outputs.matrix }}
2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 2
2224
- name: Detect changed subprojects
2325
id: changes
2426
run: |

0 commit comments

Comments
 (0)