Skip to content

Commit a6af8a4

Browse files
committed
Simplify actions
1 parent e857cbd commit a6af8a4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343

4444
- run: npm run lint
4545

46-
- name: Get version
47-
id: version
48-
run: echo "version=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
49-
5046
- name: Build
5147
id: build
5248
uses: HaaLeo/publish-vscode-extension@v2

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ jobs:
5050
with:
5151
repo_token: ${{ secrets.GITHUB_TOKEN }}
5252
file: ${{ steps.publishToVSMarketplace.outputs.vsixPath }}
53-
asset_name: digma-${{ steps.version.outputs.version }}.vsix
54-
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)