File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments