Skip to content

Commit

Permalink
Revert "Remove FLUTTER_CACHE_KEY as it's not used anymore (#4577)"
Browse files Browse the repository at this point in the history
This reverts commit d49579c.
  • Loading branch information
teolemon authored Aug 24, 2023
1 parent 75683db commit 8c424dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
VERSION_NAME:
required: true
type: string
FLUTTER-CACHE-KEY:
required: true
type: string
VERSION_CODE:
required: true
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: App Store release to org.openfoodfacts.scanner
on:
workflow_call:
inputs:
FLUTTER-CACHE-KEY:
required: true
type: string
VERSION_NAME:
required: true
type: string
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
VERSION_CODE: ${{ needs.create-release.outputs.VERSION_CODE}}
FLUTTER-CACHE-KEY: '3.3.x'
RELEASE_TYPE: 'PLAY'
BUILD_TYPE: 'appbundle'
FLAVOR: 'main_google_play'
Expand All @@ -131,6 +132,7 @@ jobs:
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
VERSION_CODE: ${{ needs.create-release.outputs.VERSION_CODE}}
FLUTTER-CACHE-KEY: '3.3.x'
secrets:
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN }}
FASTLANE_USER: ${{secrets.FASTLANE_USER }}
Expand All @@ -154,6 +156,7 @@ jobs:
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
VERSION_CODE: ${{ needs.create-release.outputs.VERSION_CODE}}
FLUTTER-CACHE-KEY: '3.3.x'
RELEASE_TYPE: 'GITHUB'
BUILD_TYPE: 'apk'
TAG_NAME: ${{ needs.release-please.outputs.tag_name}}
Expand All @@ -178,6 +181,7 @@ jobs:
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
VERSION_CODE: ${{ needs.create-release.outputs.VERSION_CODE}}
FLUTTER-CACHE-KEY: '3.3.x'
RELEASE_TYPE: 'GITHUB'
BUILD_TYPE: 'apk'
TAG_NAME: ${{ needs.release-please.outputs.tag_name}}
Expand Down

0 comments on commit 8c424dc

Please sign in to comment.