Skip to content

Commit 42ade33

Browse files
committed
wibble
1 parent 644e717 commit 42ade33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 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: '15 3 * * *'
1515

1616
env:
1717
GHC_VERSION: 9.6.7
@@ -828,15 +828,15 @@ jobs:
828828
id: date
829829
run: echo "NIGHTLY_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
830830

831+
- name: Checkout code
832+
uses: actions/checkout@v4
833+
831834
- name: Nightly tag
832835
if: ${{ github.event_name == 'schedule' }}
833836
run: |
834837
git tag nightly-${{ env.NIGHTLY_DATE }}
835838
git push origin nightly-${{ env.NIGHTLY_DATE }}
836839
837-
- name: Checkout code
838-
uses: actions/checkout@v4
839-
840840
- name: Download artifacts
841841
uses: actions/download-artifact@v4
842842
with:
@@ -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)