Skip to content

feat(commands): added open command #13

feat(commands): added open command

feat(commands): added open command #13

Workflow file for this run

name: "release"
on:
push:
tags:
- "v*"
jobs:
luarocks-upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/[email protected]
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
summary: "A code snapshot plugin using freeze."
detailed_description: |
This plugin allows you to take a `screenshot` of your code,
thanks to freeze by charm.sh.
template: "./rockspec.template"