Skip to content

Commit c67f7e6

Browse files
fix: rename released vsix
1 parent 4cabe0c commit c67f7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_and_publish_vsix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: find_vsix
3232
run: |
3333
VERSION="${{ steps.get_version.outputs.version }}"
34-
VSIX_FILE="postgrestools-$VERSION.vsix"
34+
VSIX_FILE="postgres-language-server-$VERSION.vsix"
3535
if [ !-f "$VSIX_FILE" ]; then
3636
echo "VSIX file $VSIX_FILE not found!"
3737
exit 1
@@ -44,7 +44,7 @@ jobs:
4444
tag_name: "v${{ steps.get_version.outputs.version }}"
4545
name: "v${{ steps.get_version.outputs.version }}"
4646
draft: true
47-
body: "Postgrestools Extension version v${{ steps.get_version.outputs.version }} has been released! 🚀"
47+
body: "Postgres Language Server Extension version v${{ steps.get_version.outputs.version }} has been released! 🚀"
4848
files: "${{ steps.find_vsix.outputs.vsix_file }}"
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)