Skip to content

Commit

Permalink
ci: fix version mentioned in nightly title
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 22, 2024
1 parent 59884c0 commit c0389a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
tag_name: nightly
prerelease: true
name: 每日測試版 ${{env.VER_MAJOR}}.${{env.VER_MINOR}}.${{env.VER_PATCH}}.${{github.run_id}}
name: 每日測試版 ${{env.VER_MAJOR}}.${{env.VER_MINOR}}.${{env.VER_PATCH}}.${{github.run_number}}
body: |
這是開發中的版本,可能較不穩定。若不確定,請使用最新的穩定版。
files: |
Expand Down

0 comments on commit c0389a6

Please sign in to comment.