diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f36f322a..8d7742a4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,15 +8,15 @@ on: required: true type: choice options: - - "major" - - "minor" - "patch" + - "minor" + - "major" jobs: publish: + name: publish - ${{ inputs.type }} runs-on: ubuntu-latest-16-core environment: "production" - if: github.actor == 'emily-curry' || github.actor == 'seslattery' permissions: contents: write steps: