Skip to content

Commit

Permalink
changes in package release
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2108 committed Nov 6, 2024
1 parent efa0060 commit f537810
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@ 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: release package
run: yarn release-it
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

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

0 comments on commit f537810

Please sign in to comment.