Skip to content

Commit 947a38d

Browse files
author
Di Wu
authored
fix(ci): typo in release kickoff workflow (#21)
1 parent 12641dd commit 947a38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-kickoff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1616
- name: Create PR to push main to release branch
1717
env:
18-
GITHUB_TOKEN: ${{ secret.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
run: "gh pr create --title 'chore: kickoff release' --body 'kickoff release' --head main --base release"

0 commit comments

Comments
 (0)