Skip to content

Commit

Permalink
ci: fix: Internal release not working (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev committed Sep 27, 2022
1 parent 602b659 commit b9d5843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
concurrency:
group: android-release
cancel-in-progress: true
uses: openfoodfacts/smooth-app/.github/workflows/android-release-main.yml@develop
uses: openfoodfacts/smooth-app/.github/workflows/android-release-to-org-openfoodfacts-scanner.yml@develop
needs: tag-commit
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
Expand All @@ -75,7 +75,7 @@ jobs:
concurrency:
group: iOS-release
cancel-in-progress: true
uses: openfoodfacts/smooth-app/.github/workflows/ios-release-main.yml@develop
uses: openfoodfacts/smooth-app/.github/workflows/ios-release-to-org-openfoodfacts-scanner.yml@develop
needs: tag-commit
with:
VERSION_NAME: ${{ needs.create-release.outputs.VERSION_NAME}}
Expand Down

0 comments on commit b9d5843

Please sign in to comment.