File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments