Skip to content

Commit 97cc659

Browse files
authored
Fix how we generate the release name and tag name (#567)
1 parent 16a6245 commit 97cc659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Publish GH release
4848
uses: softprops/action-gh-release@v2
4949
with:
50-
name: VSC extension - v$${{ steps.project-version.outputs.version }}
51-
tag_name: v${{ steps.project-version.outputs.version }}-vsix
50+
name: VSC extension - v$${{ steps.extension-version.outputs.version }}
51+
tag_name: v${{ steps.extension-version.outputs.version }}-vsix
5252
fail_on_unmatched_files: true
5353
files: ${{ steps.publish_extension.outputs.vsixPath }}

0 commit comments

Comments
 (0)