Skip to content

Commit db01246

Browse files
committed
add working dir to maven prepare
1 parent f7bc9e5 commit db01246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stable-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
java-version: '21'
5656
cache: 'maven'
5757
- name: Maven Prepare Release
58+
working-directory: wren-core-legacy
5859
id: maven_prepare_release
5960
run: |
6061
if [ -n "${{ github.event.inputs.specific_version }}" ]; then

0 commit comments

Comments
 (0)