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 1111 branches :
1212 - master
1313 schedule :
14- - cron : ' 20 12 * * *'
14+ - cron : ' 20 7 * * *'
1515
1616env :
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_name : nightly-${{ env.NIGHTLY_DATE }}
870870 draft : false
871871 prerelease : true
872872 files : |
You can’t perform that action at this time.
0 commit comments