Skip to content

Commit 63de02a

Browse files
committed
Add versioning
1 parent c129a50 commit 63de02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
)
6464
6565
# Take the top 30 most recent tags
66-
patch_tags = patch_tags[-30:]
66+
patch_tags = patch_tags[-10:]
6767
6868
# Build mapping: minor -> list of patch tags
6969
minor_to_patches = {}

0 commit comments

Comments
 (0)