Skip to content

Commit 2725c9f

Browse files
authored
remove constraint for True Tokenless
1 parent 948da4a commit 2725c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bundler-plugin-core/src/utils/getPreSignedURL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const getPreSignedURL = async ({
5050
* proper tokenless upload.
5151
* See: https://github.com/codecov/codecov-api/pull/741
5252
*/
53-
if (!uploadToken && serviceParams.branch?.includes(":")) {
53+
if (!uploadToken) {
5454
if (gitService) {
5555
requestBody.git_service = gitService;
5656
} else {

0 commit comments

Comments
 (0)