Skip to content

Commit 2682d6e

Browse files
committed
🔨 発火条件変更
1 parent ff59107 commit 2682d6e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Generate .d.ts
22

33
on:
4-
push:
5-
tags:
6-
- "v*"
4+
release:
5+
types: [published, prereleased]
76

87
permissions:
98
contents: write # リポジトリのコンテンツに書き込み権限を与える

JavaLibraryScript.code-workspace

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"bat": "cmd /c",
1111
},
1212
"cSpell.words": [
13-
"javalibraryscript"
13+
"javalibraryscript",
14+
"prereleased",
15+
"softprops"
1416
]
1517
}
1618
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javalibraryscript",
3-
"version": "v1.0.3.4",
3+
"version": "v1.0.3.5",
44
"description": "Javaの機能をJavaScriptに適当に再現",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)