We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f7c00 commit e4eee38Copy full SHA for e4eee38
.github/workflows/publish-release.yml
@@ -8,6 +8,7 @@ on:
8
#schedule:
9
# 定时任务,每天 UTC 时间 0 点运行
10
#- cron: "0 0 * * *"
11
+
12
#workflow_dispatch:
13
permissions: # Global permissions configuration starts here
14
contents: read # 'read' access to repository contents
@@ -41,11 +42,12 @@ jobs:
41
42
git commit -m "[修改]1.修改更新日志"
43
44
- name: change-version-by-tag
- uses: AlianBlank/github-action-tag-version@1.0.0
45
+ uses: AlianBlank/github-action-tag-version@1.1.0
46
with:
47
version: ${{ github.ref_name }}
48
49
- name: Push changes
50
uses: ad-m/github-push-action@master
51
- branch: ${{ github.head_ref }}
52
+ force: true
53
+ tags: true
0 commit comments