Skip to content

Commit 6ce7ce9

Browse files
authored
Update update.js
1 parent ecaaf88 commit 6ce7ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { execSync } from 'child_process';
1414
async function update() {
1515
try {
1616
// Fetch tags from GitHub
17-
const response = await fetch('https://api.github.com/repos/shopware/core/tags');
17+
const response = await fetch('https://api.github.com/repos/shopware/core/tags?per_page=50');
1818
const tags = await response.json();
1919

2020
// Process each tag
@@ -58,4 +58,4 @@ async function update() {
5858
}
5959
}
6060

61-
await update();
61+
await update();

0 commit comments

Comments
 (0)