mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Use version when making the archive
This commit is contained in:
parent
7eb7322145
commit
d27e4a5ba3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = function (config) {
|
|||
return {
|
||||
plugin: {
|
||||
options: {
|
||||
archive: '<%= build %>/<%= pkg.name %>-plugin-latest.tar.gz'
|
||||
archive: '<%= build %>/<%= pkg.name %>-plugin-<%= pkg.version %>.tar.gz'
|
||||
},
|
||||
files : [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue