Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perform housekeeping on RC Github worfklow (#289)
## Problem On [a recent RC release run](https://github.com/pinecone-io/pinecone-ts-client/actions/runs/11018817395), we ran into warnings about the variable `nameRc`. We also noticed that the current RC Github workflow automatically labels the RC build as the `latest` version on `npm` by way of not specifying a `--tag`. ## Solution This PR changes `nameRc` to `rc_name` and adds a `--tag=RC` to the `npm publish` step, so that all RC builds have an `RC` tag, instead of latest. ## Type of Change - [x] 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 - [ ] Infrastructure change (CI configs, etc) - [ ] Non-code change (docs, etc) - [ ] None of the above: (explain here) --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1208381566824292 - https://app.asana.com/0/0/1208381566824295
- Loading branch information