Skip to content

Commit e1449aa

Browse files
committed
Include version in release asset name
1 parent 15d4497 commit e1449aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
repo: context.repo.repo,
5959
release_id: release.data.id,
6060
data: fs.readFileSync(path).toString(),
61-
name: "vscode-github-actions-1.0.0.vsix",
61+
name: "vscode-github-actions-${{ github.event.inputs.version }}.vsix",
6262
headers: {
6363
"content-type": "application/vsix",
6464
"content-length": fs.statSync(path).size

0 commit comments

Comments
 (0)