1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Add Manifest v3 artifact to pipelines (#3331)

This requires a second build due to the differences being handled in webpack.
This commit is contained in:
Matt Gibson
2022-08-18 10:07:02 -06:00
committed by GitHub
parent 183c945963
commit f74aa6f314
3 changed files with 15 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ const filters = {
function buildString() {
var build = "";
if (process.env.MANIFEST_VERSION) {
build = `-mv${process.env.MANIFEST_VERSION}`;
}
if (process.env.BUILD_NUMBER && process.env.BUILD_NUMBER !== "") {
build = `-${process.env.BUILD_NUMBER}`;
}