From 39649804d6ec932510465a58e5fd7b6c47e4645b Mon Sep 17 00:00:00 2001 From: Daniel Nachun Date: Wed, 4 Mar 2026 00:24:52 -0800 Subject: [PATCH] ci_fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f814e10f..25fb28bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: outputs: commit: ${{ steps.commit-changes.outputs.commit_long_sha }} runs-on: ubuntu-latest - if: ${{ github.event.inputs.commit == "auto" }} + if: ${{ github.event.inputs.commit == 'auto' }} steps: - name: Checkout repository uses: actions/checkout@v6