build: Run action after checkout
This commit is contained in:
parent
db9f1290fd
commit
96b2b31737
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -39,7 +39,6 @@ jobs:
|
||||||
deploy_playstore_internal:
|
deploy_playstore_internal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: ./.github/actions/free_up_space.yaml
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
||||||
- uses: actions/setup-java@v5
|
- uses: actions/setup-java@v5
|
||||||
|
|
@ -54,6 +53,7 @@ jobs:
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.3'
|
ruby-version: '3.3'
|
||||||
|
- uses: ./.github/actions/free_up_space.yaml
|
||||||
- uses: moonrepo/setup-rust@v1
|
- uses: moonrepo/setup-rust@v1
|
||||||
- name: Install Fastlane
|
- name: Install Fastlane
|
||||||
run: gem install fastlane -NV
|
run: gem install fastlane -NV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue