Quellcode durchsuchen

#660 push updated citation to main branch

Rodja Trappe vor 2 Jahren
Ursprung
Commit
471e4387bf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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