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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- release
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
if: contains(github.ref, 'tag')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Bump version
|
||||
run: yarn version --minor
|
||||
- name: Build extension
|
||||
run: yarn build
|
||||
- uses: lannonbr/vsce-action@master
|
||||
|
|
Loading…
Reference in a new issue