Skip to content

Commit 8a6aa3e

Browse files
committed
change token format
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 7e6c9c4 commit 8a6aa3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function run(): Promise<void> {
6565
const downloadPath = await tc.downloadTool(
6666
asset.browser_download_url,
6767
undefined,
68-
token
68+
token ? `Bearer ${token}` : undefined
6969
)
7070
const buffer = fs.readFileSync(downloadPath)
7171
releaseMap.set(

0 commit comments

Comments
 (0)