Skip to content

Commit 5210ffd

Browse files
committed
trying to get the version tag.
1 parent e2b38e7 commit 5210ffd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131

32-
- name: 🚚 Get latest code
33-
uses: actions/checkout@v3
3432
- name: 🔢 Set current tag
3533
id: vars
3634
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
@@ -43,6 +41,9 @@ jobs:
4341
java-version: '17'
4442
architecture: x64
4543

44+
- name: 🚚 Get latest code
45+
uses: actions/checkout@v3
46+
4647
- name: 🔢 Grant execute permission for gradlew
4748
run: chmod +x gradlew
4849

0 commit comments

Comments
 (0)