소스 검색

fixup! meta: do not rebase when preparing beta candidates

Antoine du Hamel 2 년 전
부모
커밋
33330f6484
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/release-beta-candidate.yml

+ 2 - 0
.github/workflows/release-beta-candidate.yml

@@ -50,6 +50,8 @@ jobs:
           echo "This is a release candidate for the following packages:" >> commitMessage
           echo >> commitMessage
           jq -r 'map("- `"+.ident+"`: "+.oldVersion+" -> "+.newVersion) | join("\n") ' < releases.json >> commitMessage
+          git config --global user.email "actions@github.com"
+          git config --global user.name "GitHub Actions"
           git commit -n --amend --file commitMessage
       - name: Open Pull Request
         id: pr_opening