|
@@ -92,15 +92,16 @@ jobs:
|
|
|
- name: Release
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
|
|
+ GITHUB_USERNAME: ${{ github.repository_owner }}
|
|
|
run: ./release.sh
|
|
|
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
|
|
|
|
|
- name: Update versions repo
|
|
|
- if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
|
|
- run: ./update_version.sh
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
|
|
GITHUB_USERNAME: ${{ github.repository_owner }}
|
|
|
+ run: ./update_version.sh
|
|
|
+ if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes'
|
|
|
|
|
|
- name: Clean up keychain
|
|
|
if: always()
|