We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de24489 commit 46b3298Copy full SHA for 46b3298
1 file changed
.github/workflows/apple.yml
@@ -39,7 +39,7 @@ jobs:
39
id: set_version
40
shell: bash
41
run: |
42
- VERSION="0.7.0.$(TZ='PST8PDT' date +%Y%m%d)"
+ VERSION="0.7.0"
43
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
44
45
build-demo-ios:
@@ -209,7 +209,7 @@ jobs:
209
name: executorch-frameworks-ios
210
path: ${{ runner.temp }}/frameworks-ios/
211
- name: Only push to S3 when running the workflow manually from main branch
212
- 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' }}
213
214
215
echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
0 commit comments