浏览代码

#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