prisma / react-native-prisma

Apache License 2.0
200 stars 9 forks source link

ci: Fix `latest` publishing #31

Closed SevInf closed 4 months ago

SevInf commented 4 months ago

5.16.1 version got published, but update did not made it into main. Therefore, subsequent updates did not register that and tried to override already published 5.16.1 version and failed with 403.

Updating version in version file is enough to fix publishing for now. Later, we should probably check if version exists on npm before publishing.