Skip to content

Commit 516fb83

Browse files
authored
Merge pull request #18 from cloudcome/feat/v0.x
fix: test GitHub workflow 15
2 parents 2fb3094 + 801f519 commit 516fb83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/code-review.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: code review
33
on:
44
push:
55
pull_request:
6-
branches-ignore:
7-
- release-please-*
86
schedule:
97
# 每天凌晨 3 点
108
- cron: '0 3 * * *'

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
- uses: google-github-actions/release-please-action@v3
1717
id: release
1818
with:
19+
token: ${{ secrets.GITHUB_TOKEN }}
1920
release-type: node
2021
bump-minor-pre-major: true

0 commit comments

Comments
 (0)