Skip to content

Commit 701e8a5

Browse files
authored
ci: fix build.yml clone branch
1 parent 5348aef commit 701e8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
sudo mkdir -p /workspace
288288
sudo chown azureuser /workspace
289289
cd /workspace
290-
gh repo clone ietf-tools/datatracker -- --depth=1 --no-tags
290+
gh repo clone ietf-tools/datatracker -- --depth=1 --no-tags --branch ${{ github.ref_name }}
291291
cd datatracker
292292
293293
if [ "$SKIP_TESTS" = "false" ] || [ "$GITHUB_REF_NAME" = "release" ] ; then

0 commit comments

Comments
 (0)