Skip to content

ci(release): removed license key #5

ci(release): removed license key

ci(release): removed license key #5

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"