diff --git a/.github/workflows/build-protocol.yml b/.github/workflows/build-protocol.yml index 18e90e6f..1eae7113 100644 --- a/.github/workflows/build-protocol.yml +++ b/.github/workflows/build-protocol.yml @@ -30,6 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + fetch-depth: 0 submodules: true ref: ${{ github.event.pull_request.head.ref }} @@ -84,6 +85,9 @@ jobs: id-token: write if: startsWith(github.ref, 'refs/tags/protocol-v') steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/download-artifact@v4 with: name: protocol-release