diff --git a/src/main.ts b/src/main.ts index 500738b..e7f01a1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -22,7 +22,7 @@ export async function run(): Promise { const release = await octokit.rest.repos.getReleaseByTag({ owner: 'apple', repo: 'pkl', - tag: `v${pklVersion}` + tag: `${pklVersion}` }) const assetId = release.data.assets.find( a => a.name === 'pkl-linux-amd64'