chore: update wf
This commit is contained in:
parent
e2977fbd9b
commit
edc0dad593
1 changed files with 3 additions and 6 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -2,18 +2,15 @@ name: Release Extension
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
tags:
|
tags:
|
||||||
- release
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: contains(github.ref, 'tag')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Bump version
|
|
||||||
run: yarn version --minor
|
|
||||||
- name: Build extension
|
- name: Build extension
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- uses: lannonbr/vsce-action@master
|
- uses: lannonbr/vsce-action@master
|
||||||
|
|
Loading…
Reference in a new issue