We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264d594 commit 5738e08Copy full SHA for 5738e08
1 file changed
.github/workflows/release.yml
@@ -28,11 +28,11 @@ jobs:
28
- uses: actions/setup-node@v4
29
with:
30
node-version: ${{ matrix.node-version }}
31
- registry-url: "https://registry.npmjs.org/react-native-floating-tab"
+ registry-url: "https://registry.npmjs.org/"
32
if: ${{ steps.release.outputs.release_created }}
33
- run: npm ci
34
35
- run: npm publish
36
env:
37
- NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
38
0 commit comments