From e34568f7435c8892817741b089d5ece1d8dcf787 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Sat, 12 Apr 2025 05:34:46 -0400 Subject: [PATCH] use exact tag --- .github/workflows/build-protocol.yml | 4 ++++ 1 file changed, 4 insertions(+) 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