mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-17 12:45:48 +02:00
Use ‘release-candidate’ instead of ‘rc’
This makes the version alias match other places where we reference a release candidate version.
This commit is contained in:
parent
5c01db8918
commit
fc7de996f8
4 changed files with 14 additions and 8 deletions
|
@ -16,7 +16,7 @@ export async function gradleVersion(version: string): Promise<string> {
|
|||
switch (version) {
|
||||
case 'current':
|
||||
return gradleCurrent()
|
||||
case 'rc':
|
||||
case 'release-candidate':
|
||||
return gradleReleaseCandidate()
|
||||
case 'nightly':
|
||||
return gradleNightly()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue