We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea03981 commit 8a69e6dCopy full SHA for 8a69e6d
.github/workflows/release.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
fetch-depth: 0
27
28
+ - name: "Fetch git tags" # Required for axion-release-plugin
29
+ run: git fetch --tags
30
+
31
- name: Set up JDK 17
32
uses: actions/setup-java@v3
33
@@ -60,6 +63,9 @@ jobs:
60
63
61
64
ref: refs/tags/${{ needs.github.outputs.VERSION }}
62
65
66
67
68
69
70
71
0 commit comments