diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-11 10:42:48 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-04-11 10:42:48 +0000 |
| commit | 2ab4334a9601ecb2e47fe5a90ec985fe745a2a23 (patch) | |
| tree | ffc281d6f9db5f75d6b4e1496b8dbfaaa7462440 /compiler/rustc_codegen_cranelift/.github/actions/github-release | |
| parent | 05ccc49a4412a23a7afa1226804bb44558fb15b0 (diff) | |
| parent | 89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e (diff) | |
| download | rust-2ab4334a9601ecb2e47fe5a90ec985fe745a2a23.tar.gz rust-2ab4334a9601ecb2e47fe5a90ec985fe745a2a23.zip | |
Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-2024-04-11
Diffstat (limited to 'compiler/rustc_codegen_cranelift/.github/actions/github-release')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/.github/actions/github-release/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_cranelift/.github/actions/github-release/main.js b/compiler/rustc_codegen_cranelift/.github/actions/github-release/main.js index 6fcfca34ea7..1eb2b7f23b2 100644 --- a/compiler/rustc_codegen_cranelift/.github/actions/github-release/main.js +++ b/compiler/rustc_codegen_cranelift/.github/actions/github-release/main.js @@ -56,7 +56,7 @@ async function runOnce() { force: true, }); } catch (e) { - console.log("ERROR: ", JSON.stringify(e.data, null, 2)); + console.log("ERROR: ", JSON.stringify(e.response, null, 2)); core.info(`creating dev tag`); try { await octokit.rest.git.createRef({ @@ -68,7 +68,7 @@ async function runOnce() { } catch (e) { // we might race with others, so assume someone else has created the // tag by this point. - console.log("failed to create tag: ", JSON.stringify(e.data, null, 2)); + console.log("failed to create tag: ", JSON.stringify(e.response, null, 2)); } } |
