Skip to content

Commit 5523cb7

Browse files
authored
Update release_build_and_deploy.yml
1 parent f588c64 commit 5523cb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release_build_and_deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- uses: nuget/setup-nuget@v2
2121

2222
- name: 1. Versioning Release
23-
uses: CalvinAllen/action-vs-vsix-versioner@v1
23+
id: step-version
24+
uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
2425
with:
2526
extension-manifest-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.vsixmanifest'
2627
extension-source-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.cs'
@@ -42,4 +43,4 @@ jobs:
4243
with:
4344
path: |
4445
src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.info
45-
src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.vsix
46+
src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.vsix

0 commit comments

Comments
 (0)