Skip to content

Commit

Permalink
build(actions): Github Workflow 添加发布步骤
Browse files Browse the repository at this point in the history
为 Github Workflow 添加构建发布的步骤,每次 Push 将会发布 PreRelease,每次 Tag 将会发布 Release。
  • Loading branch information
pboymt committed Mar 21, 2023
2 parents 291be66 + 601a52b commit 2b60e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development CI
name: Release CI

on:
release:
Expand Down

0 comments on commit 2b60e51

Please sign in to comment.