Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Aug 1, 2023
1 parent 4db82ae commit 1fe6bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async function releaseOtoroshi(from, to, next, last, location, dryRun) {
await buildVersion(to, location, releaseDir, releaseFile);
await ensureStep('BUILD_TCP_TUNNEL_CLI', releaseFile, () => buildTcpTunnelingCli(location, to));
await ensureStep('BUILD_TCP_TUNNEL_CLI_GUI', releaseFile, () => buildTcpTunnelingCliGUI(location, to));
await ensureStep('BUILD_TLS_TERMINATION', releaseFile, () => buildTlsTermination(location, to));
//await ensureStep('BUILD_TLS_TERMINATION', releaseFile, () => buildTlsTermination(location, to));
if (!dryRun) {
await ensureStep('CREATE_GITHUB_RELEASE', releaseFile, () => createGithubRelease(to, releaseDir));
await ensureStep('CREATE_GITHUB_TAG', releaseFile, () => githubTag(location, to));
Expand Down

0 comments on commit 1fe6bea

Please sign in to comment.