Skip to content

Commit 1a8b374

Browse files
committed
💚 Add --force to luarocks upload
1 parent cb0a76a commit 1a8b374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
# if: startsWith(github.ref, 'refs/tags/')
4747
run: |
4848
luarocks install luajson
49-
luarocks upload ./*.rockspec --api-key ${{secrets.LUAROCKS_API_KEY}}
49+
luarocks upload --force --api-key ${{secrets.LUAROCKS_API_KEY}} \
50+
./*.rockspec

0 commit comments

Comments
 (0)