We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84e67f commit e800cecCopy full SHA for e800cec
.github/workflows/main.yaml
@@ -86,6 +86,8 @@ jobs:
86
if: "!contains(github.event.head_commit.message, '[skip ci]')"
87
steps:
88
- uses: actions/checkout@v2
89
+ - name: Configure Yarn
90
+ run: echo "@tiptap-pro:registry=https://registry.tiptap.dev/" > .npmrc && echo "//registry.tiptap.dev/:_authToken=${TIPTAP_PRO_TOKEN}" >> .npmrc
91
- name: Install Vercel CLI
92
run: npm install --global vercel@latest
93
- name: Pull Vercel Environment Information
0 commit comments