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.
1 parent 9a9e9af commit 57221faCopy full SHA for 57221fa
.github/workflows/publish.yaml
@@ -51,11 +51,11 @@ jobs:
51
- uses: actions/checkout@v4
52
with:
53
ref: ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
54
- - uses: c-hive/gha-yarn-cache@v2
55
- uses: actions/setup-node@v4
56
57
node-version: ${{ matrix.node_version }}
58
architecture: ${{ matrix.system.arch }}
+ cache: yarn
59
- uses: actions-rs/toolchain@v1
60
61
profile: minimal
0 commit comments