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 f35a364 commit 6359bebCopy full SHA for 6359beb
.github/workflows/publish.yaml
@@ -43,11 +43,11 @@ jobs:
43
uses: 'euberdeveloper/ga-project-version@main'
44
with:
45
path: apps/vscode/package.json
46
-
+
47
- name: Publish GH release
48
uses: softprops/action-gh-release@v2
49
50
- name: VSC extension - v$${{ steps.extension-version.outputs.version }}
+ name: VSC extension - v${{ steps.extension-version.outputs.version }}
51
tag_name: v${{ steps.extension-version.outputs.version }}-vsix
52
fail_on_unmatched_files: true
53
- files: ${{ steps.publish_extension.outputs.vsixPath }}
+ files: ${{ steps.publish_extension.outputs.vsixPath }}
0 commit comments