diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 384204cb1e..14060b83b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -978,12 +978,3 @@ jobs: # We need golang to run the migration main.go - name: Setup Go uses: ./.github/actions/setup-go - - - name: Setup sqlc - uses: ./.github/actions/setup-sqlc - - - name: Push schema to sqlc cloud - # Don't block a release on this - continue-on-error: true - run: | - make sqlc-push