diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 670fae1d97..b504021d26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: uses: actions/cache@v2 with: path: /opt/hostedtoolcache/buf/ - key: buf-bin-v${{ BUF_VERSION }}-ubuntu-latest-v1 + key: buf-bin-v${{ env.BUF_VERSION }}-ubuntu-latest-v1 - name: Install bufbuild if: steps.cache-buf-bin.outputs.cache-hit != 'true'