Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
use main for edge
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 20, 2023
1 parent a481a89 commit 5eb35b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/generate-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,6 @@ fi
EDGE_FOLDER=releases/edge
mkdir -p $EDGE_FOLDER
if [ "$(isAvailable "$edge_8")" = "true" ] ; then
echo "$edge_8" > "$EDGE_FOLDER/$(major "$edge_8")"
## Edge always point to the main branch.
echo "$edge_8" > "$EDGE_FOLDER/main"
fi

0 comments on commit 5eb35b8

Please sign in to comment.