Skip to content

chore: Merge branch 'release/1.7.0' #419

chore: Merge branch 'release/1.7.0'

chore: Merge branch 'release/1.7.0' #419

Workflow file for this run

---
name: CI nightly release
on:
push:
# any tags, including tags with / like v1.0/alpha
tags:
- '**'
schedule:
# every day at 1 AM
- cron: 00 1 * * *
workflow_dispatch:
jobs:
main:
uses: ./.github/workflows/main_base.yml
secrets: inherit
with:
toolchain: 1.90.0
debug_or_release: release
platforms: linux/amd64,linux/arm64