Skip to content

We have the same mods but still have this message: "failed to synchronize registry data from server, closing connection. The following mods versions do not match. Install the same version of these mods that the server has to join this server. #282

We have the same mods but still have this message: "failed to synchronize registry data from server, closing connection. The following mods versions do not match. Install the same version of these mods that the server has to join this server.

We have the same mods but still have this message: "failed to synchronize registry data from server, closing connection. The following mods versions do not match. Install the same version of these mods that the server has to join this server. #282

Workflow file for this run

name: "Label Issues"
on:
issues:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/config/labels.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}