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 03c9c55 commit a6d7d1dCopy full SHA for a6d7d1d
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: "Ensure current snapshot version matches release version"
57
run: |
58
- grep -q "version = '${{ env.RELEASE_VERSION_WITHOUT_SUFFIX }}-SNAPSHOT'" gradle.properties
+ grep -q "version='${{ env.RELEASE_VERSION_WITHOUT_SUFFIX }}-SNAPSHOT'" gradle.properties
59
if [[ $? != 0 ]]; then
60
echo '❌ Release failed: version in gradle.properties is not a snapshot for release version ${{ inputs.version }}' >> $GITHUB_STEP_SUMMARY
61
exit 1
0 commit comments