Skip to content

Commit 8a69e6d

Browse files
Heiko KieselZero3141
authored andcommitted
Fetch tags as a precaution
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent ea03981 commit 8a69e6d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28+
- name: "Fetch git tags" # Required for axion-release-plugin
29+
run: git fetch --tags
30+
2831
- name: Set up JDK 17
2932
uses: actions/setup-java@v3
3033
with:
@@ -60,6 +63,9 @@ jobs:
6063
fetch-depth: 0
6164
ref: refs/tags/${{ needs.github.outputs.VERSION }}
6265

66+
- name: "Fetch git tags" # Required for axion-release-plugin
67+
run: git fetch --tags
68+
6369
- name: Set up JDK 17
6470
uses: actions/setup-java@v3
6571
with:

0 commit comments

Comments
 (0)