Skip to content

Commit

Permalink
fix: change GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chen86860 committed Jul 9, 2021
1 parent 0fddcf1 commit 78839c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Deploy VSCode extension

on:
push:
create:
tags:
- v*

jobs:
build:
if: "contains(github.event.head_commit.message, 'release')"
runs-on: ubuntu-latest

strategy:
Expand All @@ -23,10 +21,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn deploy -p ${{ secrets.VSCE_TOKEN }}
# - run: yarn package
# - uses: actions/upload-artifact@v1
# with:
# name: json-sorter-v${{ TAG_NAME }}
# path: json-sorter-${{ TAG_NAME }}.vsix
# env:
# TAG_NAME: echo ${GITHUB_REF:11}

0 comments on commit 78839c6

Please sign in to comment.