Skip to content

update theme, release new version #5

update theme, release new version

update theme, release new version #5

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- if: startsWith( github.ref, 'refs/tags/')
run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}