Skip to content

Fix "Logtalk: Toggle Code Lens" command to preserve code lens outdate… #44

Fix "Logtalk: Toggle Code Lens" command to preserve code lens outdate…

Fix "Logtalk: Toggle Code Lens" command to preserve code lens outdate… #44

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm install
- run: npm run vsix:make
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
*.vsix