We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0a76a commit 1a8b374Copy full SHA for 1a8b374
.github/workflows/main.yml
@@ -46,4 +46,5 @@ jobs:
46
# if: startsWith(github.ref, 'refs/tags/')
47
run: |
48
luarocks install luajson
49
- luarocks upload ./*.rockspec --api-key ${{secrets.LUAROCKS_API_KEY}}
+ luarocks upload --force --api-key ${{secrets.LUAROCKS_API_KEY}} \
50
+ ./*.rockspec
0 commit comments