We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031409b commit 3fb8250Copy full SHA for 3fb8250
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Get release version
74
id: version
75
run: |
76
- VERSION=$(sed -n 's/.*Version="\([^"]*\)".*/\1/p' source.extension.vsixmanifest | head -n 1)
+ VERSION=$(sed -n 's/.*<Identity Id="[^"]*" Version="\([^"]*\)".*/\1/p' source.extension.vsixmanifest | head -n 1)
77
echo "version=$VERSION" >> $GITHUB_OUTPUT
78
79
- name: Create new release draft
0 commit comments