Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Apr 15, 2024
1 parent 812cf17 commit 9fc0255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ jobs:
else
for module in "${modules_to_publish[@]}"; do
echo "Publishing $module module..."
./gradlew ":${module}:publish" --no-configuration-cache
./gradlew -p $PROJECT_DIR/"${module}" publish --no-configuration-cache
done
fi

0 comments on commit 9fc0255

Please sign in to comment.