Skip to content

Fix fetch with build-time substitution (#2744) #318

Fix fetch with build-time substitution (#2744)

Fix fetch with build-time substitution (#2744) #318

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-22.04
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 }}