Skip to content

Commit 951c317

Browse files
committed
fixup: add dummy status and URL values to request hook
1 parent c43cbb1 commit 951c317

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/src/release.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export async function release(
7474
content: { sha: '0'.repeat(40) },
7575
commit: { sha: '0'.repeat(40) },
7676
},
77+
status: 200,
78+
url: options.url,
7779
};
7880
});
7981
}

0 commit comments

Comments
 (0)