Skip to content

Commit

Permalink
🐎 ci: 修复构建工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed May 10, 2024
1 parent e49f90b commit d3e677d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
with:
name: SPlayer-dev
path: dist
# 自动生成标签
- name: Autotag
run: |
$tag = "v$(date +'%Y%m%d%H%M%S')"
git tag $tag
git push origin $tag
# 创建 GitHub Release
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d3e677d

Please sign in to comment.