fix(ci): get version hash after check_tags.sh since it can modify target version [skip ci]
This commit is contained in:
parent
8eea67c50d
commit
d9493e47c6
2 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue