Skip to content

Commit

Permalink
Merge pull request #949 from grails/testingSupportMerge
Browse files Browse the repository at this point in the history
Do not skip publishing 7.0 snapshots
  • Loading branch information
jdaugherty authored Jan 16, 2025
2 parents 600fcf6 + ee8db8a commit 3976241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
startsWith(steps.extract_branch.outputs.value, '3.3') ||
startsWith(steps.extract_branch.outputs.value, '4.1') ||
startsWith(steps.extract_branch.outputs.value, '5.3') ||
startsWith(steps.extract_branch.outputs.value, '7.0')
startsWith(steps.extract_branch.outputs.value, '6.2')
}}

0 comments on commit 3976241

Please sign in to comment.