Skip to content

Commit c069018

Browse files
tools: fix doc update action
PR-URL: #52890 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent edf79aa commit c069018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
npm ci
127127
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
128128
if [ "$NEW_VERSION" != "" ]; then
129-
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
129+
echo "NEW_VERSION=new version" >> $GITHUB_ENV
130130
rm -rf package-lock.json node_modules
131131
# Include $NEW_VERSION to explicitly update the package.json
132132
# entry for the dependency and also so that semver-major updates

0 commit comments

Comments
 (0)