Commit 84dc3ec yangqingcheng
committed Jan 26, 2021
1 parent 2e8096d commit 84dc3ec Copy full SHA for 84dc3ec
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
release-please :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- # 生成changle log 和 提交/更新release pr
11
10
- uses : GoogleCloudPlatform/release-please-action@v2
11
+ id : release
12
12
with :
13
13
token : ${{ secrets.GITHUB_TOKEN }}
14
14
release-type : node
15
- package-name : release-please-action
16
- # 自动打tag
15
+ package-name : ${{env.ACTION_NAME}}
16
+ command : github-release
17
17
- uses : actions/checkout@v2
18
18
- name : tag major and patch versions
19
- if : ${{ steps.release.outputs.release_created }}
20
- run : |
19
+ if : ${{ steps.release.outputs.release_created }}
20
+ run : |
21
21
git config user.name github-actions[bot]
22
22
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
23
23
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/google-github-actions/release-please-action.git"
You can’t perform that action at this time.
0 commit comments