Skip to content

Commit a2199c1

Browse files
authored
perf(ci): try upload luarocks again3 (#124)
1 parent 1b41c95 commit a2199c1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@ jobs:
118118
force_push_tag: true
119119
- name: LuaRocks Upload
120120
uses: nvim-neorocks/luarocks-tag-release@v5
121+
if: ${{ steps.release.outputs.release_created }}
121122
env:
122123
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
124+
with:
125+
version: ${{ steps.release.outputs.tag_name }}
File renamed without changes.

0 commit comments

Comments
 (0)