chore: build

This commit is contained in:
xHyroM 2022-07-12 08:40:58 +02:00
parent ad6ee5950c
commit b15fb7d098
4 changed files with 12 additions and 17 deletions

View file

@ -12,5 +12,8 @@ export default async (version, token) => {
'Authorization': token
}
})).json();
return release;
return {
...release,
version: release.tag_name.replace('bun-v', '')
};
};