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 e857cbd commit a6af8a4Copy full SHA for a6af8a4
.github/workflows/push.yml
@@ -43,10 +43,6 @@ jobs:
43
44
- run: npm run lint
45
46
- - name: Get version
47
- id: version
48
- run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
49
-
50
- name: Build
51
id: build
52
uses: HaaLeo/publish-vscode-extension@v2
.github/workflows/release.yml
@@ -50,5 +50,3 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.publishToVSMarketplace.outputs.vsixPath }}
53
- asset_name: digma-${{ steps.version.outputs.version }}.vsix
54
- tag: ${{ github.ref }}
0 commit comments