Skip to content

Commit 92af4b2

Browse files
committed
chore: remove package specific URLs for publish and ensure trailing slashes
1 parent 34882c2 commit 92af4b2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
node-version: 20
51-
registry-url: 'https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns'
51+
registry-url: 'https://wombat-dressing-room.appspot.com/'
5252

5353
- name: Publish
5454
# npm publish will trigger the build via the prepack hook
55-
run: npm publish --access public
55+
run: npm publish
5656
env:
5757
NODE_AUTH_TOKEN: ${{ secrets.NPM_WOMBOT_TOKEN }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"navsdk"
4646
],
4747
"publishConfig": {
48-
"registry": "https://wombat-dressing-room.appspot.com/@googlemaps/react-native-navigation-sdk/_ns"
48+
"access": "public",
49+
"registry": "https://wombat-dressing-room.appspot.com/"
4950
},
5051
"scripts": {
5152
"example": "yarn workspace react-native-navigation-sdk-sample",

0 commit comments

Comments
 (0)