Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed May 9, 2024
1 parent e9aa189 commit 01e0ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26438,7 +26438,7 @@ const buildUploadExec = () => {
}
}
if (token) {
uploadExecArgs.push('--token', token);
uploadExecArgs.push('--provider-token', token);
}
if (disableSearch) {
uploadExecArgs.push('--disable-search');
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/buildExec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const buildUploadExec = () => {
}
}
if (token) {
uploadExecArgs.push('--token', token);
uploadExecArgs.push('--provider-token', token);
}
if (disableSearch) {
uploadExecArgs.push('--disable-search');
Expand Down

0 comments on commit 01e0ca7

Please sign in to comment.