Jelajahi Sumber

CI - clear cache after mass update.
[cache clear]

Yao Wei Tjong 姚伟忠 4 tahun lalu
induk
melakukan
ee37fd28de
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      rakefile

+ 1 - 1
rakefile

@@ -178,7 +178,7 @@ task :check_license do
       git config user.name #{ENV['PUBLISHER_NAME']} && \\
       git config user.email #{ENV['PUBLISHER_EMAIL']} && \\
       git add #{bump_copyright_year.join ' '} && \\
-      if git commit -qm 'GH Actions: Bump copyright to #{Time.now.year}.'; then git push; fi
+      if git commit -qm 'GH Actions: Bump copyright to #{Time.now.year}.\n[cache clear]'; then git push; fi
     } or abort "Failed to push copyright update"
     dispatch = 0
   else