mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
must publish a dist folder as well (#23152)
This commit is contained in:
parent
1a5bd30329
commit
b6c1a063be
@ -69,7 +69,9 @@ const prepareRelease = useSpinner<any>('Preparing release', async ({ dryrun, ver
|
||||
['git', ['config', 'user.email', GIT_EMAIL]],
|
||||
['git', ['config', 'user.name', GIT_USERNAME]],
|
||||
await checkoutBranch(`release-${pluginVersion}`),
|
||||
['cp', ['-rf', distContentDir, 'dist'], { dryrun }],
|
||||
['git', ['add', '--force', distDir], { dryrun }],
|
||||
['git', ['add', '--force', 'dist'], { dryrun }],
|
||||
[
|
||||
'git',
|
||||
['commit', '-m', `automated release ${pluginVersion} [skip ci]`],
|
||||
|
Loading…
Reference in New Issue
Block a user