Add publishing Action

This commit is contained in:
Victoria Drake
2020-07-03 21:05:59 -04:00
parent 8fec65c174
commit 9dd381589c
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Publish to VSC Marketplace
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.PAT }}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "kabukicho",
"displayName": "Kabukichō",
"description": "Neon vaporwave dark theme with dreamy nostalgia and hints of hazy liquid synth.",
"version": "0.0.2",
"version": "0.0.5",
"publisher":"victoriadrake",
"icon": "icon.png",
"license": "SEE LICENSE IN LICENSE",