1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
name: Monthly Releases on: schedule: - cron: "0 0 1 * *" workflow_dispatch: permissions: contents: write jobs: build_and_release: uses: ./.github/workflows/build_and_release.yaml with: release_type: patch publish: true secrets: inherit