You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
util.promisify(release)({
token,owner: "cosmos",repo: "voyager",
tag,name: `Cosmos Voyager Alpha ${tag} (UNSAFE)`,notes: `NOTE: DO NOT ENTER YOUR FUNDRAISER SEED. THIS SOFTWARE HAS NOT BEEN AUDITED.NEVER ENTER YOUR FUNDRAISER SEED 12 WORDS ONTO AN ONLINE COMPUTER.Even when we do start supporting fundraiser seeds, don't use it except fortesting or with small amounts. We will release a CLI to use for offline signingof transactions, and we will also add hardware support for this UI.Please checkout the [CHANGELOG.md](CHANGELOG.md) for a list of changes.`,draft: false,prerelease: true,skipAssetsCheck: false,assets: [path.join(__dirname,`../builds/Cosmos Voyager-darwin-x64_${tag}.tar.gz`),path.join(__dirname,`../builds/Cosmos Voyager-linux-x64_${tag}.tar.gz`),path.join(__dirname,`../builds/Cosmos Voyager-win32-x64_${tag}.zip`)]})
It published the release even though the assets weren't where they were supposed to be and missing asset was reported.
If I were to hazard a quick guess it's because the code should be calling return after cb here:
When an asset is missing the release is partially published. It should be all-or-nothing.
The text was updated successfully, but these errors were encountered: