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 3bc84ea commit 9498780Copy full SHA for 9498780
.github/workflows/cd.yaml
@@ -26,7 +26,7 @@ jobs:
26
filename: "release.zip"
27
28
- name: Create release
29
- uses: ncipollo/release-action@v1.13.0
+ uses: ncipollo/release-action@v1.20.0
30
with:
31
artifacts: "release.zip"
32
token: ${{ secrets.GITHUB_TOKEN }}
.yarn/releases/yarn-4.0.2.cjs
.yarn/releases/yarn-4.10.3.cjs
.yarnrc.yml
@@ -4,4 +4,4 @@ enableGlobalCache: true
4
5
nodeLinker: node-modules
6
7
-yarnPath: .yarn/releases/yarn-4.0.2.cjs
+yarnPath: .yarn/releases/yarn-4.10.3.cjs
package.json
@@ -53,5 +53,5 @@
53
"@commitlint/config-conventional"
54
]
55
},
56
- "packageManager": "yarn@4.0.2"
+ "packageManager": "yarn@4.10.3"
57
}
0 commit comments