File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
id : set_version
39
39
shell : bash
40
40
run : |
41
- VERSION="0.8.0.$(TZ='PST8PDT' date +%Y%m%d) "
41
+ VERSION="1.0.0 "
42
42
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
43
43
44
44
build-demo-ios :
@@ -185,7 +185,7 @@ jobs:
185
185
runs-on : ubuntu-22.04
186
186
needs : [build-frameworks-ios, set-version]
187
187
timeout-minutes : 30
188
- environment : ${{ github.ref == 'refs/heads/main ' && 'cherry-pick-bot' || '' }}
188
+ environment : ${{ github.ref == 'refs/heads/release/1.0 ' && 'cherry-pick-bot' || '' }}
189
189
permissions :
190
190
id-token : write
191
191
contents : write
@@ -210,7 +210,7 @@ jobs:
210
210
name : executorch-frameworks-ios
211
211
path : ${{ runner.temp }}/frameworks-ios/
212
212
- name : Only push to S3 when running the workflow manually from main branch
213
- if : ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main ' }}
213
+ if : ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/release/1.0 ' }}
214
214
shell : bash
215
215
run : |
216
216
echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
You can’t perform that action at this time.
0 commit comments