Skip to content

Commit

Permalink
🐛 Fix release (#159)
Browse files Browse the repository at this point in the history
edit the artifact name in the release

---------

Signed-off-by: Savitha Raghunathan <[email protected]>
  • Loading branch information
savitharaghunathan authored Dec 12, 2024
1 parent d81d4ae commit 0934ae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
commit: ${{ github.sha }}
bodyFile: ./artifacts/release.md
artifacts: |
./artifacts/konveyor-linux-*.vsix
./artifacts/konveyor-*.vsix
prerelease: ${{ github.event.inputs.prerelease }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor-extensions",
"version": "0.0.1",
"version": "0.0.3",
"private": true,
"displayName": "Konveyor",
"description": "VSCode Extension for Konveyor to assist in migrating and modernizing applications.",
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editor-extensions-vscode",
"version": "0.0.1",
"version": "0.0.3",
"main": "./out/extension.js",
"publisher": "konveyor",
"repository": {
Expand Down

0 comments on commit 0934ae8

Please sign in to comment.