Skip to content

Merge branch 'main' of github.com:jackokring/doris.nvim #6

Merge branch 'main' of github.com:jackokring/doris.nvim

Merge branch 'main' of github.com:jackokring/doris.nvim #6

Workflow file for this run

name: "release"
on:
push:
tags:
- 'v*'
jobs:
luarocks-upload:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}