mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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;
|
||||
}
|
||||
|
||||
const commitHash = (await $`git rev-parse --short HEAD`.text()).trim();
|
||||
const commitHash = (await $`git rev-parse HEAD`.text()).trim();
|
||||
|
||||
try {
|
||||
await octokit?.rest.repos.createRelease({
|
||||
|
||||
Reference in New Issue
Block a user