Skip to content

Commit

Permalink
chore: revert b182d14 and fix registry url (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Sep 17, 2024
2 parents f70556c + a05b626 commit 34882c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns'

- name: Publish
# npm publish will trigger the build via the prepack hook
run: npm publish --access public --registry https://wombat-dressing-room.appspot.com
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"navsdk"
],
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
"registry": "https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns"
},
"scripts": {
"example": "yarn workspace react-native-navigation-sdk-sample",
Expand Down

0 comments on commit 34882c2

Please sign in to comment.