Skip to content

Commit

Permalink
[修改]1. 修改tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Sep 24, 2024
1 parent c542915 commit 18ac737
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
fetch-depth: 0 # 为了 git pull --unshallow,我们需要获取所有的提交历史

- name: package.json info
id: info
uses: jaywcjlove/github-action-package@main
- name: change-version-by-tag
uses: AlianBlank/github-action-tag-version@0.0.1
with:
version: ${{ github.ref_name }}
release: true
commit: '[修改]1. 更新版本号'
- run: echo "version - ${{ steps.info.outputs.version }}"
- run: echo "version - ${{ steps.info.outputs.currentVersion }}"

0 comments on commit 18ac737

Please sign in to comment.