소스 검색

#660 push updated citation to main branch

Rodja Trappe 2 년 전
부모
커밋
471e4387bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -137,7 +137,7 @@ jobs:
           git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
           git add CITATION.cff
           git commit -m "Update citation.cff"
-          git push
+          git push origin HEAD:main
 
   verify:
     needs: docker