Skip to content

Commit

Permalink
ops: attempt to rename release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 11, 2024
1 parent ae1d565 commit caa2945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/util-scripts/rename-release-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function main() {
const packageJson = JSON.parse(readFileSync('package.json'));
const version = packageJson.version;

const releaseId = getReleaseByVer(version);
const releaseId = await getReleaseByVer(version);
const availableAssets = await getAssets(releaseId);

avail: for (const asset of availableAssets) {
Expand Down

0 comments on commit caa2945

Please sign in to comment.