Skip to content

Commit 2140ee6

Browse files
committed
wibble
1 parent 644e717 commit 2140ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
branches:
1212
- master
1313
schedule:
14-
- cron: '20 12 * * *'
14+
- cron: '10 13 * * *'
1515

1616
env:
1717
GHC_VERSION: 9.6.7
@@ -866,7 +866,7 @@ jobs:
866866
if: ${{ github.event_name == 'schedule' }}
867867
uses: softprops/action-gh-release@v1
868868
with:
869-
name: nightly-${{ env.NIGHTLY_DATE }}
869+
tag: nightly-${{ env.NIGHTLY_DATE }}
870870
draft: false
871871
prerelease: true
872872
files: |

0 commit comments

Comments
 (0)