We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff701b commit ce6e59eCopy full SHA for ce6e59e
publish.ts
@@ -42,7 +42,7 @@ const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN });
42
await exec("yarn build");
43
console.log(" - Publishing");
44
await exec(
45
- `yarn --cwd dist publish --non-interactive --new-version ${deviconVersion}`
+ `yarn publish dist --non-interactive --new-version ${deviconVersion}`
46
);
47
console.log(" - Creating github release");
48
const release_id = (
0 commit comments