diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index dcd4a0ab2a3..acc76a6097c 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -39,7 +39,7 @@ jobs: id: set_version shell: bash run: | - VERSION="0.7.0.$(TZ='PST8PDT' date +%Y%m%d)" + VERSION="0.7.0" echo "version=$VERSION" >> "$GITHUB_OUTPUT" build-demo-ios: @@ -209,7 +209,7 @@ jobs: name: executorch-frameworks-ios path: ${{ runner.temp }}/frameworks-ios/ - name: Only push to S3 when running the workflow manually from main branch - if: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }} + if: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/release/0.7' }} shell: bash run: | echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"