From c83d56ceac527e770a2dcd7c1fc0db94e3d3b8a6 Mon Sep 17 00:00:00 2001 From: xkeyC <39891083+xkeyC@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:33:06 +0800 Subject: [PATCH] bump: runner tools v1.0.2 --- .github/workflows/auto_release.yml | 34 ------------------------------ .github/workflows/pr_check.yml | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .github/workflows/auto_release.yml diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml deleted file mode 100644 index 8621358..0000000 --- a/.github/workflows/auto_release.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Check Auto Release - -on: - push: - branches: - - 'main' - workflow_dispatch: -jobs: - auto-release: - if: github.repository == 'StarCitizenToolBox/LocalizationData' - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Rust - uses: dtolnay/rust-toolchain@stable - - - name: Rust Cache - uses: Swatinem/rust-cache@v2 - with: - cache-all-crates: true - prefix-key: "rs_cache" - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - shared-key: "share" - - - name: Setup localization runner tools - run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization - - - name: Auto Release - env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - GH_REPO: ${{ github.repository }} - run: localization -m auto_release \ No newline at end of file diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 8104b40..87d6519 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -27,7 +27,7 @@ jobs: shared-key: "share" - name: Setup localization runner tools - run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.1 localization + run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.2 localization - name: PR Check env: