Skip to content

Commit e34568f

Browse files
committed
use exact tag
1 parent 6685d56 commit e34568f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-protocol.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
with:
33+
fetch-depth: 0
3334
submodules: true
3435
ref: ${{ github.event.pull_request.head.ref }}
3536

@@ -84,6 +85,9 @@ jobs:
8485
id-token: write
8586
if: startsWith(github.ref, 'refs/tags/protocol-v')
8687
steps:
88+
- uses: actions/checkout@v4
89+
with:
90+
fetch-depth: 0
8791
- uses: actions/download-artifact@v4
8892
with:
8993
name: protocol-release

0 commit comments

Comments
 (0)