Skip to content

Commit b46a6fa

Browse files
Release flag
1 parent e131743 commit b46a6fa

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=-Prelease" >> $GITHUB_ENV
3030
3131
- name: Publish
3232
shell: bash

0 commit comments

Comments
 (0)