Skip to content

Commit db4433b

Browse files
committed
修正 github workflows
1 parent 24ca8d8 commit db4433b

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v4
3030
with:
3131
java-version: '21'
32-
distribution: 'zulu' # 推荐使用 zulu 或 temurin
32+
distribution: 'jetbrains'
3333

3434
- name: 获取标签版本号
3535
id: get_version

.idea/workspace.xml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@ More than 100+ flutter auxiliary tools...
4343

4444
```bash
4545
act -j build-and-release -s GITHUB_TOKEN=github token --env GITHUB_REF=refs/tags/v版本号
46-
```
46+
```
47+
48+
# 发布版本
49+
50+
```bash
51+
./scripts/release_tag.sh v版本号
52+
```
53+
54+
例子: `./scripts/release_tag.sh v6.7.1`

0 commit comments

Comments
 (0)