Skip to content

WIP: first try of new UI #64

WIP: first try of new UI

WIP: first try of new UI #64

Workflow file for this run

name: "release"
on:
push:
tags:
- 'v*'
branches:
- master
pull_request:
jobs:
test:
name: Run tests
uses: ./.github/workflows/ci.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/ci.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
luarocks-upload:
needs: test
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
detailed_description: |
Find the enemy and replace them with dark power
dependencies: |
plenary.nvim
license: "mit"