Skip to content

Commit

Permalink
fix: experimenting with the publishing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-mahmud committed Oct 6, 2024
1 parent 6a61a0c commit 244d75d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org/react-native-floating-tab"
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- name: Authenticate to npm
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_PUBLISH_KEY}}" > ~/.npmrc
env:
NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NPM_PUBLISH_KEY: ${{ secrets.NPM_PUBLISH_KEY }}
Expand Down

0 comments on commit 244d75d

Please sign in to comment.