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