Skip to content

Commit da40e34

Browse files
committed
Replace with gh cli
1 parent 681afcd commit da40e34

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ jobs:
4848
)
4949
& az login @azLoginParams
5050
- name: 📥 Get VSIX Release Asset
51-
uses: dsaltares/[email protected]
52-
with:
53-
version: tags/${{ github.event.inputs.version || github.event.release.tag_name }}
54-
file: .+
55-
regex: true
56-
- name: Setup upterm session
57-
uses: owenthereal/action-upterm@v1
51+
run: |
52+
VERSION_TAG="${{ inputs.version || github.ref_name }}"
53+
gh release download "$VERSION_TAG" --pattern "*.vsix" --repo "${{ github.repository }}"
5854
- name: 🚀 Publish to VS Code Marketplace
5955
run: |
6056
ls

0 commit comments

Comments
 (0)