Skip to content

Package Nightly Build #54

Package Nightly Build

Package Nightly Build #54

Workflow file for this run

name: Package Nightly Build
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
permissions:
contents: write
jobs:
package-and-release:
uses: ./.github/workflows/package-and-release.yml
with:
tag: nightly
is-prerelease: 'true'
generate-release-notes: false