Skip to content

Commit ce35789

Browse files
committed
tweak
1 parent da64318 commit ce35789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build and publish "nightly" release artifacts
44

55
on:
66
schedule:
7-
- cron: '13 * * * *'
7+
- cron: '15 * * * *'
88
workflow_dispatch:
99

1010
permissions:
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: fregante/daily-version-action@v2
23-
name: Create nightly build tag
23+
name: Tag commit unless already tagged
2424
id: daily-version
2525
with:
2626
prefix: 'nightly-'
@@ -128,4 +128,4 @@ jobs:
128128
files: |
129129
**/*.apk
130130
**/*.aab
131-
latest: false
131+
make_latest: false

0 commit comments

Comments
 (0)