mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
Update the version hash for the QA Web build artifact to follow SemVer syntax (#4102)
This commit is contained in:
parent
a6ce83d9e0
commit
d7d6347628
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user