chore: fix release pipeline (#1215)

This commit is contained in:
Andrew Tatomyr
2023-08-07 18:08:34 +03:00
committed by GitHub
parent c5c30bc2eb
commit b2ded828d4
3 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
const yargs = require('yargs');
const { execSync } = require('child_process');
const package = require('../package.json');
const package = require('../packages/cli/package.json');
const version = package.version;
const fileName = `openapi-cli.${version}.tar.gz`;