We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ac347 commit 2bbcd33Copy full SHA for 2bbcd33
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
31
with:
32
node-version: 20
33
- package-cache-manager: false
+ package-manager-cache: false
34
- run: npm install --save-dev semantic-release-major-tag
35
- run: npx semantic-release
36
env:
0 commit comments