We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a7032 commit 0a51b5aCopy full SHA for 0a51b5a
1 file changed
.github/workflows/ci.yml
@@ -30,15 +30,10 @@ jobs:
30
steps:
31
- name: git checkout
32
uses: actions/checkout@v6
33
- - name: yarn cache
34
- uses: actions/cache@v5
35
- with:
36
- path: ~/.yarn/berry/cache
37
- key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
38
- restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-
39
- name: Set up Node.js
40
uses: actions/setup-node@v6
41
with:
42
node-version: ${{env.DEPLOY_NODE_VERSION}}
+ cache: yarn
43
- run: corepack yarn
44
- run: corepack yarn semantic-release
0 commit comments