Skip to content

Commit f9c53ab

Browse files
committed
Fixed error in release workflow
1 parent f434273 commit f9c53ab

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
@@ -110,7 +110,7 @@ jobs:
110110
token: ${{ secrets.GH_TOKEN }}
111111
inputs: ${{ steps.grails_docs_release_message.outputs.value }}
112112
- name: Grails SDK Minor Release
113-
if: steps.upload_artifact.outcome == 'success' && (startsWith(steps.release_version.outputs.release_version, '3.3') || startsWith(steps.release_version.outputs.release_version, '4.1.') || startsWith(steps.release_version.outputs.release_version, '5.3.')
113+
if: steps.upload_artifact.outcome == 'success' && (startsWith(steps.release_version.outputs.release_version, '3.3') || startsWith(steps.release_version.outputs.release_version, '4.1.') || startsWith(steps.release_version.outputs.release_version, '5.3.'))
114114
uses: gradle/gradle-build-action@v2
115115
with:
116116
arguments: sdkMinorRelease

0 commit comments

Comments
 (0)