diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 5570149..696e62f 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -13,6 +13,11 @@ on: required: false type: boolean default: false + force-publish: + description: 'Publish even if the generated API did not change (for shipping a reviewed regeneration)' + required: false + type: boolean + default: false schedule: - cron: '30 1 1 * *' # Monthly update on day 1 at 01:30 @@ -32,6 +37,7 @@ jobs: runtime-identifier: "" # Runtime identifier (win-x64, linux-x64, etc.) build-configuration: "Release" # Build configuration (Release, Debug, etc.) revision: ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings. + force-publish: ${{ inputs.force-publish || false }} publish-enabled: ${{ !inputs.skip-assets-publishing }} enable-email-notifications: true secrets: