We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303d0b8 commit 6cdf64eCopy full SHA for 6cdf64e
.github/workflows/generate.yml
@@ -48,6 +48,12 @@ jobs:
48
if-no-files-found: error
49
path: types/*
50
51
+ - name: 最新のタグを取得
52
+ id: get_tag
53
+ run: |
54
+ TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
55
+ echo "tag=$TAG" >> $GITHUB_OUTPUT
56
+
57
- name: Upload .d.ts to existing release
58
uses: softprops/action-gh-release@v1
59
with:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "javalibraryscript",
3
- "version": "v1.0.3.6",
+ "version": "v1.0.3.7",
4
"description": "Javaの機能をJavaScriptに適当に再現",
5
"main": "index.js",
6
"scripts": {
0 commit comments