From c6603c1e25ba4fe6183c468442fe5f6bd52b50aa Mon Sep 17 00:00:00 2001 From: elchananarb Date: Sun, 14 Jul 2024 19:18:02 +0300 Subject: [PATCH] Salesforce | 00207398 | [VS] Incorrect version in Visual Studio Marketplace --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a77c9f7..1843875 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,9 @@ jobs: uses: timheuer/vsix-version-stamp@9d38292e99e54046455bb68c6a2b5113d269a7d0 #v2 with: manifest-file: ast-visual-studio-extension\source.extension.vsixmanifest - + version-type: custom + version: ${{ env.RELEASE_VERSION }} + - name: Restore NuGet packages run: msbuild -t:restore