Skip to content

Revert "fix: update dist/index.js to dist/src/index.js (#2594)" (… #296

Revert "fix: update dist/index.js to dist/src/index.js (#2594)" (…

Revert "fix: update dist/index.js to dist/src/index.js (#2594)" (… #296

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 }}