File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
path : ~/.gradle/caches
45
45
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
46
46
- name : Check release
47
- env :
48
- GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets. GRADLE_ENTERPRISE_CACHE_USER }}
49
- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets. GRADLE_ENTERPRISE_CACHE_PASSWORD }}
50
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets. GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
51
- run : ./gradlew gitHubCheckNextVersionDueToday
47
+ run : |
48
+ export GRADLE_ENTERPRISE_CACHE_USERNAME="$ GRADLE_ENTERPRISE_CACHE_USER"
49
+ export GRADLE_ENTERPRISE_CACHE_PASSWORD="$ GRADLE_ENTERPRISE_CACHE_PASSWORD"
50
+ export GRADLE_ENTERPRISE_ACCESS_KEY="$ GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
51
+ ./gradlew gitHubCheckNextVersionDueToday
52
52
release :
53
53
name : Release next version
54
54
needs : [check_release_due]
You can’t perform that action at this time.
0 commit comments