mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
ci(release): use full commit hash (#11046)
This commit is contained in:
@@ -24,7 +24,7 @@ async function gitTagAndRelease(release: ReleaseEntry, dry: boolean) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const commitHash = (await $`git rev-parse --short HEAD`.text()).trim();
|
const commitHash = (await $`git rev-parse HEAD`.text()).trim();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await octokit?.rest.repos.createRelease({
|
await octokit?.rest.repos.createRelease({
|
||||||
|
|||||||
Reference in New Issue
Block a user