Skip to content

Commit

Permalink
fix(release.yml): attemp using vsce as devDependency to fix `The user…
Browse files Browse the repository at this point in the history
… aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa is not authorized`
  • Loading branch information
YeferYV committed Dec 30, 2024
1 parent 1bdd8ae commit ab2979d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,5 +871,8 @@
"asvetliakov.vscode-neovim",
"VSpaceCode.whichkey"
],
"extensionDependencies": [ ]
"extensionDependencies": [ ],
"devDependencies": {
"@vscode/vsce": "^3.2.1"
}
}

0 comments on commit ab2979d

Please sign in to comment.