Skip to content

Commit e800cec

Browse files
testing action workflow@5
1 parent d84e67f commit e800cec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
if: "!contains(github.event.head_commit.message, '[skip ci]')"
8787
steps:
8888
- 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
8991
- name: Install Vercel CLI
9092
run: npm install --global vercel@latest
9193
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)