mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +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
6
.github/workflows/prod.yml
vendored
6
.github/workflows/prod.yml
vendored
|
@ -28,6 +28,12 @@ jobs:
|
|||
gradle-version: 6.9
|
||||
build-root-directory: __tests__/samples/no-wrapper
|
||||
arguments: help
|
||||
- name: Test use Gradle version alias
|
||||
uses: ./
|
||||
with:
|
||||
gradle-version: release-candidate
|
||||
build-root-directory: __tests__/samples/no-wrapper
|
||||
arguments: help
|
||||
- name: Test use defined Gradle executable
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue