Skip to content

Commit bb97e1c

Browse files
marco-ippolitotargos
authored andcommitted
tools: fix doc update action
PR-URL: #52890 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent fb85d38 commit bb97e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
npm ci
119119
NEW_VERSION=$(npm outdated --parseable | cut -d: -f4 | xargs)
120120
if [ "$NEW_VERSION" != "" ]; then
121-
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
121+
echo "NEW_VERSION=new version" >> $GITHUB_ENV
122122
rm -rf package-lock.json node_modules
123123
# Include $NEW_VERSION to explicitly update the package.json
124124
# entry for the dependency and also so that semver-major updates

0 commit comments

Comments
 (0)