Skip to content

fix: add luarocks dependencies #3

fix: add luarocks dependencies

fix: add luarocks dependencies #3

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@v4
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:

Check failure on line 15 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 15, Col: 14): Unexpected value '' .github/workflows/release.yml (Line: 16, Col: 9): Unexpected value 'dependencies'
dependencies: |
MunifTanjim/nui.nvim