diff --git a/.github/workflows/CreateRelease.yaml b/.github/workflows/CreateRelease.yaml index a2c5941..6f6dbc8 100644 --- a/.github/workflows/CreateRelease.yaml +++ b/.github/workflows/CreateRelease.yaml @@ -38,11 +38,11 @@ on: updateVersionNumber: description: New Version Number in main branch. Use Major.Minor (optionally add .Build for versioningstrategy 3) for absolute change, or +1, +0.1 (or +0.0.1 for versioningstrategy 3) incremental change. required: false - default: '' + default: '+0.0.1' skipUpdatingDependencies: description: Skip updating dependency version numbers in all apps. type: boolean - default: false + default: true directCommit: description: Direct Commit? type: boolean @@ -50,7 +50,7 @@ on: useGhTokenWorkflow: description: Use GhTokenWorkflow for PR/Commit? type: boolean - default: false + default: true permissions: actions: read diff --git a/.github/workflows/NextMajor.yaml b/.github/workflows/NextMajor.yaml index c54e75d..d93fd36 100644 --- a/.github/workflows/NextMajor.yaml +++ b/.github/workflows/NextMajor.yaml @@ -2,6 +2,8 @@ name: ' Test Next Major' on: workflow_dispatch: + schedule: + - cron: '00 14 * * 5' permissions: actions: read