Skip to content

Commit

Permalink
fix(ci): release template
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed May 12, 2024
1 parent b06c755 commit 0347671
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: "release"
on:
push:
tags:
- "*"
- "v*"
jobs:
luarocks-upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
uses: nvim-neorocks/luarocks-tag-release@v1.0.2
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
Expand All @@ -19,3 +19,4 @@ jobs:
This plugin allows you to take a "screenshot" of your code,
thanks to freeze by charm.sh.
license: "MIT/X11"
template: "./rockspec.template"

0 comments on commit 0347671

Please sign in to comment.