Skip to content

Merge branch 'master' of https://github.com/filloax/isaac-lua-api-vscode #37

Merge branch 'master' of https://github.com/filloax/isaac-lua-api-vscode

Merge branch 'master' of https://github.com/filloax/isaac-lua-api-vscode #37

Workflow file for this run

on:
push:
tags:
- "[0-9]+.*"
name: Deploy Extension
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run esbuild-base -- --minify
- run: npm run buildemmy
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.OPEN_VSX_TOKEN }}
- name: Publish to Visual Studio Marketplace
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com