test: prefix NVIM_APPNAME uuid with "nvim-" #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: LuaRocks SCM release | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
luarocks-scm: | |
runs-on: ubuntu-latest | |
name: LuaRocks SCM build | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: LuaRocks Upload | |
uses: nvim-neorocks/luarocks-tag-release@v7 | |
env: | |
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} | |
with: | |
version: 'scm' | |