chore: update wf

This commit is contained in:
Mattia Astorino 2020-09-05 09:32:32 +02:00
parent e2977fbd9b
commit edc0dad593
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65

View file

@ -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