Skip to content

Commit 34f6832

Browse files
committed
chore: upate workflows config.
1 parent 0efcf02 commit 34f6832

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- run: npm install
1919
- run: npm run build
20-
20+
- run: mv uiw-* uiw.vsix
2121

2222
- name: Create Tag
2323
id: create_tag
@@ -50,12 +50,3 @@ jobs:
5050
${{ steps.changelog.outputs.changelog }}
5151
draft: false
5252
prerelease: false
53-
54-
- name: upload
55-
uses: softprops/action-gh-release@v1
56-
if: steps.create_tag.outputs.successful
57-
with:
58-
files: |
59-
uiw-${{steps.create_tag.outputs.versionNumber}}.vsix
60-
env:
61-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)