diff --git a/.github/workflows/release-luarocks.yml b/.github/workflows/release-luarocks.yml index a753870..99df96a 100644 --- a/.github/workflows/release-luarocks.yml +++ b/.github/workflows/release-luarocks.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: LuaRocks Upload - uses: nvim-neorocks/luarocks-tag-release@v6 + uses: nvim-neorocks/luarocks-tag-release@v7 env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: