Skip to content

Commit a20bc0f

Browse files
committed
Fixing var conflict in workflow
1 parent 8c9618a commit a20bc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
msbuild: 'true'
4242

4343
- name: Increment VSIX version
44-
id: vsix_version
44+
id: vsix_version_stamp
4545
uses: timheuer/vsix-version-stamp@v2
4646
with:
4747
manifest-file: ${{ env.VsixManifestPath }}

0 commit comments

Comments
 (0)