File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
working-directory : scripts/release
83
83
- name : Download artifacts for base revision
84
84
run : |
85
- GH_TOKEN=${{ github.token }} scripts/release/download-experimental-build.js --commit=${{ inputs.commit_sha || github.event.workflow_run.head_sha }}
85
+ GH_TOKEN=${{ github.token }} scripts/release/download-experimental-build.js --commit=${{ inputs.commit_sha || github.sha }}
86
86
- name : Display structure of build
87
87
run : ls -R build
88
88
- name : Strip @license from eslint plugin and react-refresh
@@ -145,9 +145,9 @@ jobs:
145
145
ls -R ./compiled-rn
146
146
- name : Add REVISION files
147
147
run : |
148
- echo ${{ github.event.workflow_run.head_sha }} >> ./compiled/facebook-www/REVISION
148
+ echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION
149
149
cp ./compiled/facebook-www/REVISION ./compiled/facebook-www/REVISION_TRANSFORMS
150
- echo ${{ github.event.workflow_run.head_sha }} >> ./compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION
150
+ echo ${{ github.sha }} >> ./compiled-rn/facebook-fbsource/xplat/js/react-native-github/Libraries/Renderer/REVISION
151
151
- name : " Get current version string"
152
152
id : get_current_version
153
153
run : |
You can’t perform that action at this time.
0 commit comments