Skip to content

Commit

Permalink
fix(docs): fix error in publish postrun (#7794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Nov 4, 2024
1 parent 88be871 commit 24d302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/docs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ "$KOKORO_GITHUB_COMMIT" != "" ]; then

# Store composer.lock for SBOM generation
mkdir "pkg/$module"
composer update -d "$module"
composer update -d "$module" --ignore-platform-req ext-grpc
cp "$module/composer.lock" "pkg/$module/composer.lock"
done
fi

0 comments on commit 24d302c

Please sign in to comment.