We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29ce38 commit a70e53cCopy full SHA for a70e53c
1 file changed
.github/workflows/Android-CI-release.yml
@@ -14,6 +14,13 @@ jobs:
14
uses: actions/checkout@v3
15
with:
16
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
24
- name: Check pre-release
25
run: |
26
echo "tag=${{steps.tagger.outputs.tag}}"
@@ -30,13 +37,6 @@ jobs:
30
37
31
38
distribution: 'adopt'
32
39
java-version: 11
33
- - name: Get the version
34
- id: tagger
35
- uses: jimschubert/query-tag-action@v2
36
- with:
- skip-unshallow: 'true'
- abbrev: false
- commit-ish: HEAD
40
- name: Install Android SDK
41
uses: malinskiy/action-android/install-sdk@release/0.1.2
42
- name: Build project
0 commit comments