Skip to content

Commit f61258d

Browse files
author
yangqingcheng
committedJan 26, 2021
fix: patch test2
1 parent 971e7ee commit f61258d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
name: release-please
66
jobs:
77
# 自动生成changelog 和 提交release pr
8-
release-please:
8+
changlelog-pr:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: GoogleCloudPlatform/release-please-action@v2
@@ -14,7 +14,7 @@ jobs:
1414
release-type: node
1515
package-name: release-please-action
1616
# 合入pr时自动打tag
17-
release-please:
17+
tag:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: GoogleCloudPlatform/release-please-action@v2

0 commit comments

Comments
 (0)
Please sign in to comment.