Skip to content

build(deps-dev): bump prettier from 3.0.1 to 3.2.5 (#2579) #289

build(deps-dev): bump prettier from 3.0.1 to 3.2.5 (#2579)

build(deps-dev): bump prettier from 3.0.1 to 3.2.5 (#2579) #289

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup
- run: npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}