Skip to content

feat: allow range in :Preview command #21

feat: allow range in :Preview command

feat: allow range in :Preview command #21

Workflow file for this run

name: Generate semver tags
on:
push:
branches:
- main
jobs:
tag:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
id: neovim
with:
neovim: true
version: ${{ matrix.version }}
- uses: actions/checkout@v1 # related: actions/checkout#290
- name: Run generate_tag
run: make gen_tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}