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 3838 id : set_version
3939 shell : bash
4040 run : |
41- VERSION="0.8.0.$(TZ='PST8PDT' date +%Y%m%d) "
41+ VERSION="1.0.0 "
4242 echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4343
4444 build-demo-ios :
@@ -185,7 +185,7 @@ jobs:
185185 runs-on : ubuntu-22.04
186186 needs : [build-frameworks-ios, set-version]
187187 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' || '' }}
189189 permissions :
190190 id-token : write
191191 contents : write
@@ -210,7 +210,7 @@ jobs:
210210 name : executorch-frameworks-ios
211211 path : ${{ runner.temp }}/frameworks-ios/
212212 - 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 ' }}
214214 shell : bash
215215 run : |
216216 echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
You can’t perform that action at this time.
0 commit comments