Skip to content

Commit 3b90e20

Browse files
authored
Update documentation.yml
1 parent 1d4fdc3 commit 3b90e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
rm -rf docs-out/.git;
5959
rm -rf docs-out/main;
6060
61-
for tag in $(echo "main"; git tag);
61+
for tag in $(echo "main"; echo "protocol"; git tag);
6262
do
6363
echo "⏳ Generating documentation for "$tag" release.";
6464

0 commit comments

Comments
 (0)