Skip to content

Commit 4ad8c4e

Browse files
authored
fix: Remove undefined value
The reusable workflow is already using the default value, remove the PACKAGES_NAME definition that is undefined.
1 parent 68dafe1 commit 4ad8c4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/Build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ jobs:
188188
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
189189
with:
190190
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
191-
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
192191
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}
193192
COMMITTER: ${{ needs.build.outputs.LAST_COMMITTER }}
194193
secrets: inherit

0 commit comments

Comments
 (0)