We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6245 commit 97cc659Copy full SHA for 97cc659
.github/workflows/publish.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Publish GH release
48
uses: softprops/action-gh-release@v2
49
with:
50
- name: VSC extension - v$${{ steps.project-version.outputs.version }}
51
- tag_name: v${{ steps.project-version.outputs.version }}-vsix
+ name: VSC extension - v$${{ steps.extension-version.outputs.version }}
+ tag_name: v${{ steps.extension-version.outputs.version }}-vsix
52
fail_on_unmatched_files: true
53
files: ${{ steps.publish_extension.outputs.vsixPath }}
0 commit comments