cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
122 stars 18 forks source link

Don't fail CI if version wasn't updated #48

Closed mkozakov closed 2 years ago

mkozakov commented 2 years ago

Currently CI fails on the main branch if a package with that version has already been published. However not all changes should result in a version bump, so instead we want to check whether the version was already published before attempting to publish.

The third-party github action JS-DevTools/npm-publish@v1 does that check for us.

image