Skip to content

feat(diagnostics): Test feature!~ this ain't real. #5

feat(diagnostics): Test feature!~ this ain't real.

feat(diagnostics): Test feature!~ this ain't real. #5

Workflow file for this run

name: release
on:
push:
branches: [main, test]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npx semantic-release --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# In case you want to publish to Visual Studio Marketplace
VSCE_PAT: ${{ secrets.VSCE_PAT }}
# In case you want to publish to Open VSX Registry
#OVSX_PAT: ${{ secrets.OVSX_PAT }}