diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa26437..caf0881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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