Skip to content

Commit 5738e08

Browse files
committed
fix: trying to fix the release yml file #2
1 parent 264d594 commit 5738e08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
registry-url: "https://registry.npmjs.org/react-native-floating-tab"
31+
registry-url: "https://registry.npmjs.org/"
3232
if: ${{ steps.release.outputs.release_created }}
3333
- run: npm ci
3434
if: ${{ steps.release.outputs.release_created }}
3535
- run: npm publish
3636
env:
37-
NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}
37+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
3838
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)