Skip to content

Commit a70e53c

Browse files
committed
Fix release job
1 parent c29ce38 commit a70e53c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17+
- name: Get the version
18+
id: tagger
19+
uses: jimschubert/query-tag-action@v2
20+
with:
21+
skip-unshallow: 'true'
22+
abbrev: false
23+
commit-ish: HEAD
1724
- name: Check pre-release
1825
run: |
1926
echo "tag=${{steps.tagger.outputs.tag}}"
@@ -30,13 +37,6 @@ jobs:
3037
with:
3138
distribution: 'adopt'
3239
java-version: 11
33-
- name: Get the version
34-
id: tagger
35-
uses: jimschubert/query-tag-action@v2
36-
with:
37-
skip-unshallow: 'true'
38-
abbrev: false
39-
commit-ish: HEAD
4040
- name: Install Android SDK
4141
uses: malinskiy/action-android/install-sdk@release/0.1.2
4242
- name: Build project

0 commit comments

Comments
 (0)