Skip to content

Commit

Permalink
Update google-play-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 7, 2024
1 parent 9540f26 commit 605c97a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/google-play-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
name: Create version number
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand All @@ -35,7 +37,7 @@ jobs:
needs: version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get version.txt
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Get Android Build from artifacts
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 605c97a

Please sign in to comment.