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 43efd86 commit 4cc9c55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
if: "! startsWith(github.ref, 'refs/tags/')"
with:
version: scm
extra_luarocks_args: |
--force
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
if: startsWith(github.ref, 'refs/tags/')
with:
extra_luarocks_args: |
--force

0 comments on commit 4cc9c55

Please sign in to comment.