From 47db7fa6819ce9e09e32061b6b2d776a04dc9e67 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Fri, 5 Jan 2024 00:54:00 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abc3678f9..64eb85811 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -241,7 +241,6 @@ jobs: run: | VERSION=${{ needs.modpack-info.outputs.project_version }} sed -i -e "s/DEV/${VERSION}/g" ./.github/buildtools/modpack/manifest.json - sed -i -e "s/DEV/${VERSION}/g" ./.github/buildtools/modpack/instance.cfg sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt sed -i -e "s/DEV/${VERSION}/g" config/bcc-common.toml @@ -271,7 +270,6 @@ jobs: shell: bash run: | VERSION=${{ needs.modpack-info.outputs.project_version }} - sed -i -e "s/DEV/${VERSION}/g" ./.github/buildtools/modpack/manifest.json sed -i -e "s/DEV/${VERSION}/g" ./.github/buildtools/modpack/instance.cfg sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/main_menu.txt sed -i -e "s/DEV/${VERSION}/g" config/bcc-common.toml @@ -315,7 +313,9 @@ jobs: run: | git submodule init cd mods - git config --local ${{ secrets.GITHUB_TOKEN }} + git config --local + echo "username=Xikaro"; + echo "password=${{ secrets.USER_TOKEN_XIKARO }}"; git submodule update --recursive - name: Export serverpack @@ -333,7 +333,7 @@ jobs: release: name: Release - needs: [modpack-info, build-cf-modpack, build-serverpack] + needs: [modpack-info, build-cf-modpack, build-mmc-modpack, build-serverpack] if: startsWith(github.ref, 'refs/tags/') uses: ./.github/workflows/release.yml with: