From 92cb61dcccc7c6568566020fee466948c01235545f30acd00bcf16da65a09ad0 Mon Sep 17 00:00:00 2001 From: Kira Date: Wed, 1 Jul 2026 04:16:11 +0200 Subject: [PATCH] Some action cleanup. --- .gitea/workflows/build_release.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitea/workflows/build_release.yaml b/.gitea/workflows/build_release.yaml index 146570b..5ff4026 100644 --- a/.gitea/workflows/build_release.yaml +++ b/.gitea/workflows/build_release.yaml @@ -22,17 +22,6 @@ jobs: # If triggered by push, GITHUB_REF_NAME is the tag. ref: ${{ inputs.tag_name || gitea.ref_name }} - # - name: Verify Version - # run: | - # TAG=${{ inputs.tag_name || gitea.ref_name }} - # CARGO_VERSION=$(grep '^version = ' Cargo.toml | head -1 | cut -d'"' -f2) - # echo "Building tag: $TAG" - # echo "Cargo.toml version: $CARGO_VERSION" - # # Optional: Fail if tag doesn't match Cargo.toml - # if [ "v$CARGO_VERSION" != "$TAG" ]; then - # echo "::warning::Tag ($TAG) does not match Cargo.toml version (v$CARGO_VERSION)" - # fi - - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1