Skip to content

Commit 68138f0

Browse files
committed
Update
[ghstack-poisoned]
2 parents d228fd7 + d4a1952 commit 68138f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/runtime_commit_artifacts.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
working-directory: scripts/release
8383
- name: Download artifacts for base revision
8484
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 }}
8686
- name: Display structure of build
8787
run: ls -R build
8888
- name: Strip @license from eslint plugin and react-refresh
@@ -145,9 +145,9 @@ jobs:
145145
ls -R ./compiled-rn
146146
- name: Add REVISION files
147147
run: |
148-
echo ${{ github.event.workflow_run.head_sha }} >> ./compiled/facebook-www/REVISION
148+
echo ${{ github.sha }} >> ./compiled/facebook-www/REVISION
149149
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
151151
- name: "Get current version string"
152152
id: get_current_version
153153
run: |

0 commit comments

Comments
 (0)