We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea2960 commit 167f70cCopy full SHA for 167f70c
1 file changed
.github/workflows/release-gradle-app.yml
@@ -5,9 +5,10 @@
5
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7
8
-name: Manually release Gradle application
+name: Nightly release
9
on:
10
- workflow_dispatch:
+ schedule:
11
+ - cron: '0 22 * * *'
12
13
permissions:
14
contents: write
0 commit comments