diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b517271..7d02cc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,8 @@ jobs: LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}} if: "! startsWith(github.ref, 'refs/tags/')" with: + extra_luarocks_args: | + --force template: template.rockspec name: prompt-style version: scm @@ -26,6 +28,8 @@ jobs: LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}} if: startsWith(github.ref, 'refs/tags/') with: + extra_luarocks_args: | + --force template: template.rockspec name: prompt-style