Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…271) ## Problem The last e2d Edge CI run [failed](https://github.com/pinecone-io/pinecone-ts-client/actions/runs/10602446618/job/29384504189#step:4:3) seemingly because my use of the `with` section made the pipeline think I was trying to use a prebuilt action, which I am not. ## Solution Remove `with` section and solely rely on `env` section for `Deploy to Vercel` step. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [x] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here)
- Loading branch information