Skip to content

Commit fc32839

Browse files
committed
Remove unused variable
1 parent 7458668 commit fc32839

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
});
4242
4343
const path = "./vscode-github-actions-${{ github.event.inputs.version }}.vsix";
44-
const vsix = fs.readFileSync(path);
4544
await octokit.repos.uploadReleaseAsset({
4645
owner: context.repo.owner,
4746
repo: context.repo.repo,

0 commit comments

Comments
 (0)