chore: update workflow
This commit is contained in:
parent
05ab772c49
commit
8db22e5d2c
1 changed files with 5 additions and 4 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -12,10 +12,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run:
|
||||
- npm install
|
||||
- npm version minor
|
||||
- npm build
|
||||
run: yarn install
|
||||
- name: Bump version
|
||||
run: yarn version --minor
|
||||
- name: Build extension
|
||||
run: yarn build
|
||||
- uses: lannonbr/vsce-action@master
|
||||
with:
|
||||
args: "publish -p $VSCE_TOKEN"
|
||||
|
|
Loading…
Reference in a new issue