1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Update the version hash for the QA Web build artifact to follow SemVer syntax (#4102)

This commit is contained in:
Joseph Flinn
2022-11-22 06:29:59 -08:00
committed by GitHub
parent a6ce83d9e0
commit d7d6347628

View File

@@ -112,7 +112,7 @@ jobs:
if: matrix.name == 'cloud-QA'
run: |
VERSION=$( jq -r ".version" package.json)
jq --arg version "$VERSION - ${GITHUB_SHA:0:7}" '.version = $version' package.json > package.json.tmp
jq --arg version "$VERSION+${GITHUB_SHA:0:7}" '.version = $version' package.json > package.json.tmp
mv package.json.tmp package.json
- name: Build ${{ matrix.name }}