We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bc9e5 commit db01246Copy full SHA for db01246
.github/workflows/stable-release.yml
@@ -55,6 +55,7 @@ jobs:
55
java-version: '21'
56
cache: 'maven'
57
- name: Maven Prepare Release
58
+ working-directory: wren-core-legacy
59
id: maven_prepare_release
60
run: |
61
if [ -n "${{ github.event.inputs.specific_version }}" ]; then
0 commit comments