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 1c0b711 commit 1db6a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: 生成版本号
id: tag_name
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ env.TOKEN_GITHUB }}
- name: 查看变量
run: |
echo ${{ format('version={0}', steps.create_version.outputs.tag_name ) }}
Expand Down

0 comments on commit 1db6a9b

Please sign in to comment.