Skip to content

Commit a92f55a

Browse files
committed
#1435 small bugfix
1 parent aa6d0a2 commit a92f55a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-build-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ jobs:
426426
github-release:
427427
needs: release
428428
uses: devonfw/.github/.github/workflows/create-github-release.yml@master
429+
with:
430+
RELEASE_STATUS: ${{ needs.release.outputs.status }}
429431
secrets:
430432
GHA_TOKEN: ${{ secrets.GHA_TOKEN }}
431-
RELEASE_STATUS: ${{ needs.release.outputs.status }}
432433

0 commit comments

Comments
 (0)