Skip to content

Commit

Permalink
💚 Add --force
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jun 22, 2024
1 parent 2925d0e commit 1acf468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1acf468

Please sign in to comment.