Skip to content

Commit

Permalink
chore: remove package specific URLs for publish (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Sep 18, 2024
2 parents 34882c2 + 92af4b2 commit 60669e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +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'
registry-url: 'https://wombat-dressing-room.appspot.com/'

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

0 comments on commit 60669e8

Please sign in to comment.