Zen Twilight Scheduled Releases #260
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Zen Twilight Scheduled Releases | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
twilight-release-schedule: | |
name: Twilight Release Schedule | |
permissions: write-all | |
secrets: inherit | |
uses: ./.github/workflows/build.yml | |
with: | |
create_release: true | |
update_branch: twilight | |
update_version: false | |
post-build: | |
name: Post Build | |
runs-on: ubuntu-latest | |
needs: twilight-release-schedule | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Setup Node.js | |
uses: actions/setup-node@v4 | |
with: | |
node-version-file: '.nvmrc' | |
# TODO: |