Skip to content

Commit 4cc9c55

Browse files
committed
💚 Add --force
1 parent 43efd86 commit 4cc9c55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ jobs:
2121
if: "! startsWith(github.ref, 'refs/tags/')"
2222
with:
2323
version: scm
24+
extra_luarocks_args: |
25+
--force
2426
- uses: nvim-neorocks/luarocks-tag-release@v5
2527
env:
2628
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
2729
if: startsWith(github.ref, 'refs/tags/')
30+
with:
31+
extra_luarocks_args: |
32+
--force

0 commit comments

Comments
 (0)