Skip to content

Publish nightly Package to npmjs cron task #1681

Publish nightly Package to npmjs cron task

Publish nightly Package to npmjs cron task #1681

Workflow file for this run

name: "Publish nightly Package to npmjs cron task"
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
nightly:
uses: ./.github/workflows/nightly.yml
secrets: inherit