From a21075c70d3ffdc9bc8c0f743354c755a6a7cdea Mon Sep 17 00:00:00 2001 From: wtto00 Date: Sat, 11 May 2024 02:02:08 +0800 Subject: [PATCH 1/3] version 1.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 260b983..b2cf4e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wtto00/android-tools", - "version": "1.0.4", + "version": "1.0.5", "description": "Node module for managing and controlling the Android Devices.", "type": "module", "main": "dist/lib/index.cjs", From 8f10c40af7d9bd93ff8b8a718e2b875d5f7bb5ad Mon Sep 17 00:00:00 2001 From: wtto00 Date: Sat, 11 May 2024 02:44:32 +0800 Subject: [PATCH 2/3] CI: publish --- .github/workflows/test-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index fc5c6ac..ad8643b 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -83,6 +83,7 @@ jobs: node-version: 20 cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml + registry-url: 'https://npm.pkg.github.com' - name: Install Dependencies run: pnpm install @@ -90,7 +91,6 @@ jobs: - name: Build run: pnpm build - - run: npm pkg set publishConfig.registry=https://npm.pkg.github.com - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} From 74fd77039ced565006b08856fa153ad8df3e328c Mon Sep 17 00:00:00 2001 From: wtto00 Date: Sat, 11 May 2024 02:57:44 +0800 Subject: [PATCH 3/3] CI: publish --- .github/workflows/test-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index ad8643b..e20f9d1 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -115,6 +115,7 @@ jobs: node-version: 20 cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml + registry-url: 'https://registry.npmjs.org/' - name: Install Dependencies run: pnpm install