diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index e7723e65..3acbc403 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -19,7 +19,7 @@ env: jobs: build: - if: env.REGISTRY == '' + if: ${{ env.REGISTRY == '' }} runs-on: ${{ matrix.os }} strategy: matrix: