Skip to content

Commit b8ff662

Browse files
authored
Bump version in apple.yml
1 parent de24489 commit b8ff662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: set_version
4040
shell: bash
4141
run: |
42-
VERSION="0.7.0.$(TZ='PST8PDT' date +%Y%m%d)"
42+
VERSION="0.7.0"
4343
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4444
4545
build-demo-ios:
@@ -209,7 +209,7 @@ jobs:
209209
name: executorch-frameworks-ios
210210
path: ${{ runner.temp }}/frameworks-ios/
211211
- 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' }}
212+
if: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/release/0.7' }}
213213
shell: bash
214214
run: |
215215
echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)