From 40268bef5a78c447513a21d81b69df14c867ded0 Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 2 May 2026 09:19:39 -0600 Subject: [PATCH] chore(rc): fix --- .forgejo/workflows/publish.yml | 29 ++--------------------------- modpacks/rc-plus/manifest.json | 2 +- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 790467d14..372495b68 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -74,7 +74,6 @@ jobs: datapacks src/actions/publish src/actions/builder - src/actions/somnus/core tools/changelog tools/manifest @@ -100,15 +99,8 @@ jobs: path: ./builder-bin key: builder-v2-${{ runner.os }}-${{ hashFiles('src/actions/builder/**/*.rs', 'src/actions/builder/Cargo.toml', 'src/actions/builder/Cargo.lock') }} - - name: Cache somnus_core Binaries - id: cache-somnus - uses: actions/cache@v4 - with: - path: ./linter-bin - key: somnus-core-v3-${{ runner.os }}-${{ hashFiles('src/actions/somnus/core/**/*.rs', 'src/actions/somnus/core/Cargo.toml', 'src/actions/somnus/core/Cargo.lock') }} - - name: Install Rust - if: steps.cache-publisher.outputs.cache-hit != 'true' || steps.cache-minify.outputs.cache-hit != 'true' || steps.cache-somnus.outputs.cache-hit != 'true' + if: steps.cache-publisher.outputs.cache-hit != 'true' || steps.cache-minify.outputs.cache-hit != 'true' uses: https://github.com/dtolnay/rust-toolchain@stable - name: Rust Cache (publish) @@ -123,12 +115,6 @@ jobs: with: workspaces: "src/actions/builder -> target" - - name: Rust Cache (somnus_core) - if: steps.cache-somnus.outputs.cache-hit != 'true' - uses: https://github.com/Swatinem/rust-cache@v2 - with: - workspaces: "src/actions/somnus/core -> target" - - name: Build Publisher if: steps.cache-publisher.outputs.cache-hit != 'true' run: | @@ -143,20 +129,9 @@ jobs: mkdir -p ./builder-bin cp src/actions/builder/target/release/minify-json ./builder-bin/minify-json - - name: Build mod-diff - if: steps.cache-somnus.outputs.cache-hit != 'true' - run: | - cargo build --release --manifest-path src/actions/somnus/core/Cargo.toml --bin mod-diff - mkdir -p ./linter-bin - cp src/actions/somnus/core/target/release/mod-diff ./linter-bin/mod-diff - - name: Generate Changelog id: changelog - env: - MOD_DIFF_BIN: ./linter-bin/mod-diff - run: | - chmod +x ./linter-bin/mod-diff - npx tsx tools/changelog/generate-changelog.ts "${{ matrix.manifest }}" + run: npx tsx tools/changelog/generate-changelog.ts "${{ matrix.manifest }}" - name: Cache Packwiz Binaries id: cache-go diff --git a/modpacks/rc-plus/manifest.json b/modpacks/rc-plus/manifest.json index b151e369a..9bdf15a10 100644 --- a/modpacks/rc-plus/manifest.json +++ b/modpacks/rc-plus/manifest.json @@ -5,7 +5,7 @@ "type": "modpack", "loader": "fabric", "mc_version": "26.1.2", - "version": "26.05", + "version": "26.05-alpha", "release_type": "alpha", "modrinth_id": "legacy-minecraft" }