Skip to content

Commit

Permalink
minor change in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2108 committed Nov 6, 2024
1 parent c9a49c3 commit 3c162f5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,17 @@ jobs:

- name: Setup
uses: ./.github/actions/setup

- name: Authenticate with npm
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

# - name: Build package
# run: yarn prepare

- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}

# build-android:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c162f5

Please sign in to comment.