We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6498c20 + 9346238 commit 7dff6b3Copy full SHA for 7dff6b3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.2](https://github.com/ckvv/git-dl/compare/v1.2.1...v1.2.2) (2025-03-21)
4
+
5
6
+### Bug Fixes
7
8
+* actions/checkout 未生效 ([d350e6f](https://github.com/ckvv/git-dl/commit/d350e6ff41b08f9e3a27791a235e0712f668675d))
9
10
## [1.2.1](https://github.com/ckvv/git-dl/compare/v1.2.0...v1.2.1) (2025-03-21)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@ckpack/git-dl",
"type": "module",
- "version": "1.2.1",
+ "version": "1.2.2",
"private": false,
"packageManager": "pnpm@10.6.2",
"description": "Command line tool for downloading specific content from a GitHub repository.",
0 commit comments