Skip to content

fix(protocol): Latest debugger should still work with older MC client… #146

fix(protocol): Latest debugger should still work with older MC client…

fix(protocol): Latest debugger should still work with older MC client… #146

Workflow file for this run

name: release
on:
push:
branches: [main]
permissions:
id-token: write
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm run ci:all
# Log into Azure CLI to get VSCE credentials
- name: Azure login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VSCE_AZURE_CREDENTIAL: true