diff --git a/.github/workflows/prepare-docs-for-release.yaml b/.github/workflows/prepare-docs-for-release.yaml index ddea752c..dea8ee92 100644 --- a/.github/workflows/prepare-docs-for-release.yaml +++ b/.github/workflows/prepare-docs-for-release.yaml @@ -1,17 +1,16 @@ name: Prepare Docs for next release -on: [workflow_dispatch] - - -inputs: - version: - description: "The next version we're going to release (must be in the form vX.Y.Z)" - required: true - default: 'v1.0.0' - release-branch: - description: "The name of the release branch where we'll create the new Docusaurus documentation versioned" - required: true - default: 'release-please--branches--main' +on: + workflow_dispatch: + inputs: + version: + description: "The next version we're going to release (must be in the form vX.Y.Z)" + required: true + default: 'v1.0.0' + release-branch: + description: "The name of the release branch where we'll create the new Docusaurus documentation versioned" + required: true + default: 'release-please--branches--main' jobs: run-versioning-command: @@ -59,4 +58,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: branch: ${{ github.event.inputs.release-branch }}" - commit_message: "docs: added ${{ github.event.inputs.version }} version to docs" \ No newline at end of file + commit_message: "docs: added ${{ github.event.inputs.version }} version to docs"