diff --git a/.github/workflows/auto-pr-rebuild-script.yml b/.github/workflows/auto-pr-rebuild-script.yml index 1f9434178df..058d5c479fb 100644 --- a/.github/workflows/auto-pr-rebuild-script.yml +++ b/.github/workflows/auto-pr-rebuild-script.yml @@ -17,7 +17,7 @@ jobs: - name: Check if artifacts should be published id: check run: | - if [ ${{ github.ref_name }} == "master" ]; then + if [ ${{ github.ref_name }} == master ]; then # Always publish on master echo "publish=true" >> "$GITHUB_OUTPUT" else