Skip to content

Commit 1acf468

Browse files
committed
💚 Add --force
1 parent 2925d0e commit 1acf468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
1919
if: "! startsWith(github.ref, 'refs/tags/')"
2020
with:
21+
extra_luarocks_args: |
22+
--force
2123
template: template.rockspec
2224
name: prompt-style
2325
version: scm
@@ -26,6 +28,8 @@ jobs:
2628
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
2729
if: startsWith(github.ref, 'refs/tags/')
2830
with:
31+
extra_luarocks_args: |
32+
--force
2933
template: template.rockspec
3034
name: prompt-style
3135

0 commit comments

Comments
 (0)