Skip to content

Commit ce8dfe5

Browse files
authored
test remove npm config
1 parent 700d348 commit ce8dfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: install frontend dependencies
5959
run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
6060

61-
- run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i
61+
# - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i
6262

6363
- uses: tauri-apps/tauri-action@dev
6464
env:

0 commit comments

Comments
 (0)