Skip to content

Commit c1a523d

Browse files
committed
use same sauce build id during release
1 parent 7c90dc9 commit c1a523d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ echo # (optional) move to a new line
77
if [[ $REPLY =~ ^[Yy]$ ]]
88
then
99
echo "Releasing $VERSION ..."
10+
export SAUCE_BUILD_ID=$VERSION
1011

1112
npm run lint
1213
npm run flow

0 commit comments

Comments
 (0)