Update nightly-release.yml

This commit is contained in:
Alex 2022-04-21 23:07:14 +12:00 committed by GitHub
parent bc66f9dfc5
commit 6610f5048a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,10 @@
# This is a basic workflow to help you get started with Actions
name: nightly-release
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
# Triggers the workflow on on a schedule
schedule:
# Runs "at minute 55 past every hour" (see https://crontab.guru)
# Runs "at 0:00 UTC every day" (see https://crontab.guru)
- cron: '0 0 * * *'
# Allows you to run this workflow manually from the Actions tab
@ -26,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main
- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with: