diff --git a/packages/plugin-buttons/src/index.js b/packages/plugin-buttons/src/index.js index 229ffd761a3..401aebe440c 100644 --- a/packages/plugin-buttons/src/index.js +++ b/packages/plugin-buttons/src/index.js @@ -3,6 +3,8 @@ import buttonhole from './buttonhole' import snaps from './snaps' import { name, version } from '../package.json' +// Force github workflow to run + export default { name: name, version: version,