We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08f3af commit 3de69d8Copy full SHA for 3de69d8
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
node-version: 22.x
19
cache: yarn
20
+ always-auth: true
21
22
- run: yarn install
23
- run: yarn build
0 commit comments