Skip to content

Commit

Permalink
Merge pull request #18 from jswhisperer/main
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
jswhisperer authored Dec 4, 2024
2 parents 265bf92 + 81c94f9 commit 9928909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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:
Expand Down

0 comments on commit 9928909

Please sign in to comment.