googlemaps / react-native-navigation-sdk

Apache License 2.0
25 stars 5 forks source link

chore: fix publishing workflows #227

Closed wangela closed 2 months ago

wangela commented 2 months ago

Calling the publishing workflow is broken for two reasons:

  1. Improper syntax for calling the reusable workflow from release-please
  2. Incorrect package name (missing @googlemaps/) in package.json causes mismatch in token used for npm publish action.