Skip to content

Commit b0b078d

Browse files
authored
Update Build.yml
1 parent 85fb0f5 commit b0b078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
uses: genexuslabs/build-genexus-reusable-workflow/.github/workflows/update-genexus-dep-version.yml@main
187187
needs: build
188188
if: github.repository_owner == 'genexuslabs' && needs.build.outputs.SHOULD_DEPLOY == 'true'
189-
with:
189+
with:
190190
VERSION: ${{ needs.build.outputs.MAVEN_VERSION }}
191191
PACKAGE_NAMES: ${{ needs.build.outputs.PACKAGES_NAME }}
192192
COMMIT_MESSAGE: ${{ needs.build.outputs.COMMIT_MESSAGE }}

0 commit comments

Comments
 (0)