✨ Add publishing Action
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user