From ce8dfe591c58ecc61b1beb28b4d9d86a2261f4f5 Mon Sep 17 00:00:00 2001 From: Gregory The JSWhisperer <1177690+jswhisperer@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:24:14 +0000 Subject: [PATCH 1/2] test remove npm config --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 158e5fe..084410b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: install frontend dependencies run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc - - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i + # - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i - uses: tauri-apps/tauri-action@dev env: From 81c94f991384a249ff2b4347a2bcde5724615f24 Mon Sep 17 00:00:00 2001 From: Gregory The JSWhisperer <1177690+jswhisperer@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:26:36 +0000 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 084410b..3aed735 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: install frontend dependencies run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc - # - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i + - run: pnpm i - uses: tauri-apps/tauri-action@dev env: