Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietlamb authored Dec 26, 2024
1 parent 7ca8e8d commit 0922ea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2

- run: npm config set "@tiptap-pro:registry" https://registry.tiptap.dev/
- run: npm config set "//registry.tiptap.dev/:_authToken" ${{ secrets.TIPTAP_AUTH_TOKEN }}
- run: rm -rf packages/tiptap
- run: bun install
- run: bun gen
- run: bun migrate

0 comments on commit 0922ea9

Please sign in to comment.