Skip to content

Commit 6359beb

Browse files
committed
Remove extra $ in GH action yaml
1 parent f35a364 commit 6359beb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
uses: 'euberdeveloper/ga-project-version@main'
4444
with:
4545
path: apps/vscode/package.json
46-
46+
4747
- name: Publish GH release
4848
uses: softprops/action-gh-release@v2
4949
with:
50-
name: VSC extension - v$${{ steps.extension-version.outputs.version }}
50+
name: VSC extension - v${{ steps.extension-version.outputs.version }}
5151
tag_name: v${{ steps.extension-version.outputs.version }}-vsix
5252
fail_on_unmatched_files: true
53-
files: ${{ steps.publish_extension.outputs.vsixPath }}
53+
files: ${{ steps.publish_extension.outputs.vsixPath }}

0 commit comments

Comments
 (0)