We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26d9b38 + 4763743 commit 3cafb86Copy full SHA for 3cafb86
.github/workflows/node.yaml
@@ -662,6 +662,7 @@ jobs:
662
with:
663
github_token: ${{ secrets.GITHUB_TOKEN }}
664
publish_dir: ./packages/documentation/build
665
+ force_orphan: true
666
667
release-libs:
668
name: Release Lib
@@ -773,7 +774,7 @@ jobs:
773
774
- name: Prepare Environment
775
run: |
776
corepack enable
-
777
+
778
yarn config set cacheFolder /home/runner/check-for-multiple-library-versions-cache
779
yarn
780
env:
0 commit comments