Skip to content

Merge pull request #3 from hrmcngs/alert-autofix-1 #10

Merge pull request #3 from hrmcngs/alert-autofix-1

Merge pull request #3 from hrmcngs/alert-autofix-1 #10

Workflow file for this run

name: Publish Extension
permissions:
contents: read
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npx vsce publish -p ${{ secrets.VSCE_PAT }}