Skip to content

Commit

Permalink
Fix release hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Froxcey committed Sep 27, 2024
1 parent f1fcb29 commit 3f9a309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/notabena.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function () {
return "";
}

const sha = fetchAndHash(
const sha = await fetchAndHash(
`https://github.com/ThatFrogDev/notabena/archive/refs/tags/v${version}.tar.gz`,
);

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/v2d.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function () {
return "";
}

const sha = fetchAndHash(
const sha = await fetchAndHash(
`https://github.com/Chiissu/v2d/archive/refs/tags/v${version}.tar.gz`,
);

Expand Down

0 comments on commit 3f9a309

Please sign in to comment.