We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a11e commit 1fad9a1Copy full SHA for 1fad9a1
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ inputs.release }}
27
shell: bash
28
run: |
29
- echo "RELEASE_FLAG='-Prelease'" >> $GITHUB_ENV
+ echo "RELEASE_FLAG=-Prelease" >> $GITHUB_ENV
30
31
- name: Publish
32
0 commit comments