Skip to content

Commit 7e5cc20

Browse files
committed
Test snapshot publishing - Added debugging
1 parent 992f188 commit 7e5cc20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_snapshots.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30+
with:
31+
# We need to download all tags so that the axion-release-plugin
32+
# can resolve the most recent version tag.
33+
fetch-depth: 0
3034

3135
- name: Set up JDK ${{ env.java_version }}-${{ env.java_distribution }}
3236
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)