Skip to content

Commit 2b3a0d3

Browse files
committed
[修改] 工作流
1 parent ae02c04 commit 2b3a0d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
git add CHANGELOG.md
4242
git commit -m "[修改] 更新日志"
4343
44+
- name: change-version-by-tag
45+
uses: AlianBlank/github-action-tag-version@1.1.0
46+
with:
47+
version: ${{ github.ref_name }}
48+
4449
- name: Commit version changes
4550
run: |
4651
git add .

0 commit comments

Comments
 (0)