Fixed release jobs dependencies

This commit is contained in:
Vadim 2023-08-09 16:49:02 +02:00
parent d41fa6fa84
commit bdb0442dd1

View file

@ -147,7 +147,7 @@ jobs:
create-github-release:
name: Create Github release
if: github.ref_name == 'main'
needs: [generate-release-notes, update-version-in-repo]
needs: [build, generate-release-notes, update-version-in-repo]
runs-on: ubuntu-latest
permissions:
contents: write
@ -180,7 +180,7 @@ jobs:
create-google-play-release:
name: Create Google Play release
if: github.ref_name == 'main'
needs: [generate-release-notes]
needs: [build, generate-release-notes]
runs-on: ubuntu-latest
steps:
- name: Download app bundle