We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4f60b commit beb3b8bCopy full SHA for beb3b8b
scripts/verify-release-assets.js
@@ -21,11 +21,6 @@ async function verifyReleaseAssets() {
21
const repo = "AliFullStack";
22
const token = process.env.GITHUB_TOKEN;
23
24
- if (!token) {
25
- throw new Error("GITHUB_TOKEN environment variable is required");
26
- }
27
-
28
29
// Fetch all releases (including drafts) with retry logic
30
const tagName = `v${version}`;
31
const maxRetries = 5;
0 commit comments