[skip-ci] release fix

This commit is contained in:
Matteo Gheza 2021-02-22 16:10:33 +01:00
parent 86ba517cf8
commit 44869cc3fa
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ module.exports = (env) => {
include: './dist',
setCommits: {
auto: true
}
},
release: "allerta-vvf-frontend@"+git('describe --always')
}),
new AfterBuildPlugin(removeSourceMapUrlAfterBuild),