Skip to content

Commit bf81186

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Remove unshallow parameter
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 5f2deea commit bf81186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Fetch git tags # Required for axion-release-plugin
24-
run: git fetch --tags --unshallow
24+
run: git fetch --tags
2525

2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)