We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf64e commit 80030c3Copy full SHA for 80030c3
.github/workflows/generate.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: リポジトリをチェックアウト
21
uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 0
24
25
- name: Node.js をセットアップ
26
uses: actions/setup-node@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javalibraryscript",
3
- "version": "v1.0.3.7",
+ "version": "v1.0.3.8",
4
"description": "Javaの機能をJavaScriptに適当に再現",
5
"main": "index.js",
6
"scripts": {
0 commit comments