Skip to content

Commit

Permalink
chore: upate workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 3, 2021
1 parent 0efcf02 commit 34f6832
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- run: npm install
- run: npm run build

- run: mv uiw-* uiw.vsix

- name: Create Tag
id: create_tag
Expand Down Expand Up @@ -50,12 +50,3 @@ jobs:
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false

- name: upload
uses: softprops/action-gh-release@v1
if: steps.create_tag.outputs.successful
with:
files: |
uiw-${{steps.create_tag.outputs.versionNumber}}.vsix
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 34f6832

Please sign in to comment.