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 11
11
branches :
12
12
- master
13
13
schedule :
14
- - cron : ' 20 12 * * *'
14
+ - cron : ' 15 3 * * *'
15
15
16
16
env :
17
17
GHC_VERSION : 9.6.7
@@ -828,15 +828,15 @@ jobs:
828
828
id : date
829
829
run : echo "NIGHTLY_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
830
830
831
+ - name : Checkout code
832
+ uses : actions/checkout@v4
833
+
831
834
- name : Nightly tag
832
835
if : ${{ github.event_name == 'schedule' }}
833
836
run : |
834
837
git tag nightly-${{ env.NIGHTLY_DATE }}
835
838
git push origin nightly-${{ env.NIGHTLY_DATE }}
836
839
837
- - name : Checkout code
838
- uses : actions/checkout@v4
839
-
840
840
- name : Download artifacts
841
841
uses : actions/download-artifact@v4
842
842
with :
@@ -866,7 +866,7 @@ jobs:
866
866
if : ${{ github.event_name == 'schedule' }}
867
867
uses : softprops/action-gh-release@v1
868
868
with :
869
- name : nightly-${{ env.NIGHTLY_DATE }}
869
+ tag : nightly-${{ env.NIGHTLY_DATE }}
870
870
draft : false
871
871
prerelease : true
872
872
files : |
You can’t perform that action at this time.
0 commit comments