We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f588c64 commit 5523cb7Copy full SHA for 5523cb7
.github/workflows/release_build_and_deploy.yml
@@ -20,7 +20,8 @@ jobs:
20
- uses: nuget/setup-nuget@v2
21
22
- name: 1. Versioning Release
23
- uses: CalvinAllen/action-vs-vsix-versioner@v1
+ id: step-version
24
+ uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
25
with:
26
extension-manifest-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.vsixmanifest'
27
extension-source-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.cs'
@@ -42,4 +43,4 @@ jobs:
42
43
44
path: |
45
src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.info
- src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.vsix
46
+ src/CodingWithCalvin.OpenBinFolder/bin/x64/Release/CodingWithCalvin.OpenBinFolder.vsix
0 commit comments