fix: update insider version [skip ci]

This commit is contained in:
Baptiste Augrain 2023-09-07 18:00:22 +02:00
parent 5621279b19
commit d7f0ff07dc
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1,4 @@
{
"tag": "1.82.0",
"commit": "f1302be1e67e3af5fbeb8bbb2ea784de7bc96150"
}

View file

@ -12,7 +12,7 @@ if [[ -z "${GITHUB_TOKEN}" ]]; then
exit 0
fi
jsonTmp=$( jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. "insider.json" | .tag=$tag | .commit=$commit' )
jsonTmp=$( cat "insider.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )
echo "${jsonTmp}" > "insider.json" && unset jsonTmp
git config user.email "$( echo "${GITHUB_USERNAME}" | awk '{print tolower($0)}' )-ci@not-real.com"