Skip to content

Commit bc3eab8

Browse files
Typo in action config
1 parent d2f0cd2 commit bc3eab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ inputs.release }}
2727
shell: bash
2828
run: |
29-
echo "RELEASE_FLAG='-Prelease'" >> $GITHUB_ENV
29+
echo "RELEASE_FLAG='-P release'" >> $GITHUB_ENV
3030
3131
- name: Publish
3232
shell: bash

0 commit comments

Comments
 (0)