ci: push to luarocks with --force #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
push-to-luarocks: | |
name: Push master to luarocks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies. | |
run: | | |
sudo apt install -y libgirepository1.0-dev | |
shell: bash | |
- uses: nvim-neorocks/luarocks-tag-release@v5 | |
env: | |
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}} | |
with: | |
version: scm | |
extra_luarocks_args: | | |
--force | |
dependencies: | | |
dbus_proxy |