Skip to content

Commit

Permalink
Release cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Carvin-Yu authored Jan 7, 2024
1 parent 1db6a9b commit a81052f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@ jobs:
name: 构建版本号和变更信息
runs-on: ubuntu-latest
outputs:
version: ${{ steps.create_version.outputs.tag_name }} # 版本号
version: ${{ steps.create_version.outputs.tag_version }} # 版本号
body: ${{ steps.create_version.outputs.body }} # 版本变更内容
steps:
- name: 生成版本号
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ env.TOKEN_GITHUB }}
- name: 生成版本号
id: tag_name
uses: mathieudutour/github-tag-action@v6.1
Expand Down

0 comments on commit a81052f

Please sign in to comment.