Skip to content

Commit

Permalink
ci(publish): use version of package all to retrieve version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudforaison authored and xballoy committed Jun 30, 2020
1 parent 9c46320 commit 5ed4b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-docs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs-extra');
const args = process.argv;
const VERSION = require('../storybook/storybook/package.json').version;
const VERSION = require('../packages/all/package.json').version;
const GITHUB_TOKEN = args[2];

try {
Expand Down

0 comments on commit 5ed4b79

Please sign in to comment.