Skip to content

Commit

Permalink
chore: fixed approval workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Sep 13, 2023
1 parent cb25edc commit 09c34ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-app/gushio/target-nightly.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
const nightlyVersion = desktopAppPackage["version"] + `-nightly.${getNightlyVersion(false)}`;
await fs.writeFile(path.join(__dirname, '..', 'nightly-version'), nightlyVersion)
desktopAppPackage["version"] = nightlyVersion;
delete desktopAppPackage["build"]["afterSign"];

await writePackageJsonFunction(path, "desktop-app", desktopAppPackage);
await leappCoreBootstrap("desktop-app", () => `npm:@noovolari/leapp-core-nightly@latest`);
Expand Down

0 comments on commit 09c34ad

Please sign in to comment.