Skip to content

Commit

Permalink
fix: update patch to new seamantic-release-github version
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislav-simonik committed Dec 2, 2024
1 parent 1396464 commit cac60d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
10 changes: 10 additions & 0 deletions patches/octokit_request_dist_bundle_index.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- node_modules/@semantic-release/github/node_modules/@octokit/request/dist-bundle/index.js.original 2024-12-02 22:59:40
+++ node_modules/@semantic-release/github/node_modules/@octokit/request/dist-bundle/index.js 2024-12-02 23:03:06
@@ -70,6 +70,7 @@
}
}
}
+ console.log(error, error.stack);
const requestError = new RequestError(message, 500, {
request: requestOptions
});
12 changes: 0 additions & 12 deletions patches/octokit_request_dist_node_index.patch

This file was deleted.

0 comments on commit cac60d8

Please sign in to comment.