We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf2cc1 commit da966aeCopy full SHA for da966ae
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Build artifactId property
84
run: |
85
prop=''
86
- if [ ${{ inputs.dev }} = true ] && [ ${{ inputs.tag }} != *"SNAPSHOT"* ]; then
+ if [ ${{ inputs.dev }} = true ] && [ "${{ inputs.tag }}" != *"SNAPSHOT"* ]; then
87
prop='-Dast.wrapper.id=ast-cli-java-wrapper-dev'
88
fi
89
echo "AID_PROP=${prop}" >> $GITHUB_ENV
0 commit comments