Skip to content

Commit f248631

Browse files
Trottaduh95
andauthored
Update tools/dep_updaters/update-test426-fixtures.sh
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent db0ea9b commit f248631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/dep_updaters/update-test426-fixtures.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ TMP_FILE=$(mktemp)
2121
sed "s#https://github.com/tc39/source-map-tests/commit/[0-9a-f]*#https://github.com/tc39/source-map-tests/commit/$SHA#" "$README" > "$TMP_FILE"
2222
mv "$TMP_FILE" "$README"
2323

24-
echo "test426 fixtures updated to $SHA."
24+
# The last line of the script should always print the new version,
25+
# as we need to add it to $GITHUB_ENV variable.
26+
echo "NEW_VERSION=$SHA"

0 commit comments

Comments
 (0)