Skip to content

Commit

Permalink
feat(publish): pass CLI version when calling helix-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed May 17, 2019
1 parent e43bf28 commit 8c64378
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/remotepublish.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const glob = require('glob-to-regexp');
const { HelixConfig } = require('@adobe/helix-shared');
const AbstractCommand = require('./abstract.cmd.js');
const GitUtils = require('./git-utils.js');
const cliversion = require('../package.json').version;


class RemotePublishCommand extends AbstractCommand {
Expand Down Expand Up @@ -184,6 +185,7 @@ class RemotePublishCommand extends AbstractCommand {
service: this._fastly_namespace,
token: this._fastly_auth,
version: this._version,
cliversion,
},
}).then(() => {
this.tick(10, 'set up logging', true);
Expand Down

0 comments on commit 8c64378

Please sign in to comment.