diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53fda327..95be3856 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: name: Build distribution runs-on: ubuntu-latest needs: get_branch - if: needs.get_branch.outputs.branch_name == "0.8" + if: needs.get_branch.outputs.branch_name == '0.8' steps: - uses: actions/checkout@v4 - name: Set up Python