Skip to content

Commit da966ae

Browse files
committed
Set correct snapshot version
1 parent ebf2cc1 commit da966ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build artifactId property
8484
run: |
8585
prop=''
86-
if [ ${{ inputs.dev }} = true ] && [ ${{ inputs.tag }} != *"SNAPSHOT"* ]; then
86+
if [ ${{ inputs.dev }} = true ] && [ "${{ inputs.tag }}" != *"SNAPSHOT"* ]; then
8787
prop='-Dast.wrapper.id=ast-cli-java-wrapper-dev'
8888
fi
8989
echo "AID_PROP=${prop}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)