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 1d74e9a commit 8cf5ba2Copy full SHA for 8cf5ba2
.github/workflows/push.yml
@@ -48,6 +48,7 @@ jobs:
48
run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
49
50
- name: Build
51
+ id: build
52
uses: HaaLeo/publish-vscode-extension@v2
53
with:
54
dryRun: true
@@ -57,4 +58,4 @@ jobs:
57
58
uses: actions/upload-artifact@v4
59
60
name: digma-${{ steps.version.outputs.version }}.vsix
- path: ${{ steps.publishToVSMarketplace.outputs.vsixPath }}
61
+ path: ${{ steps.build.outputs.vsixPath }}
0 commit comments