fix(ci): get version hash after check_tags.sh since it can modify target version [skip ci]

This commit is contained in:
Baptiste Augrain 2022-10-19 18:19:55 +02:00
parent 8eea67c50d
commit d9493e47c6
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,8 @@
set -ex
. version.sh
if [[ "${SHOULD_BUILD}" == "yes" ]]; then
npm config set scripts-prepend-node-path true
npm config set node_gyp

View File

@ -108,5 +108,3 @@ if [[ "${GITHUB_ENV}" ]]; then
echo "MS_COMMIT=${MS_COMMIT}" >> "${GITHUB_ENV}"
echo "RELEASE_VERSION=${RELEASE_VERSION}" >> "${GITHUB_ENV}"
fi
. version.sh