Tweak the release process: no more merge to main (#7994)

This commit is contained in:
Jack Amadeo
2026-03-23 09:30:44 -04:00
committed by GitHub
parent 69e7fdc4b5
commit 59c74e1b7d
12 changed files with 403 additions and 327 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ on:
jobs:
release:
if: github.repository == 'block/goose'
uses: ./.github/workflows/create-release-pr.yaml
with:
bump_type: "minor"
uses: ./.github/workflows/create-version-bump-pr.yaml
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}