This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
build_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2
|
||||
- name: Install NPM
|
||||
run: npm i
|
||||
- name: Install VSCE
|
||||
run: npm -g i @vscode/vsce
|
||||
|
||||
Reference in New Issue
Block a user