Skip to content

Commit

Permalink
fix: trying to fix the release yml file #2
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-mahmud committed Oct 7, 2024
1 parent 264d594 commit 5738e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org/react-native-floating-tab"
registry-url: "https://registry.npmjs.org/"
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 5738e08

Please sign in to comment.