]> git.lizzy.rs Git - rust.git/blobdiff - .github/deploy.sh
Auto merge of #6247 - giraffate:fix_suggestion_to_add_space_in_unused_unit, r=ebroto
[rust.git] / .github / deploy.sh
index e0a95fb9f363bb0b8e28fec3ced4bdf97b5572fc..e85e8874ba60039e3ba12819d198603bb95211b4 100644 (file)
@@ -34,6 +34,8 @@ git config user.name "GHA CI"
 git config user.email "gha@ci.invalid"
 
 if [[ -n $TAG_NAME ]]; then
+  # track files, so that the following check works
+  git add --intent-to-add "$TAG_NAME"
   if git diff --exit-code --quiet -- $TAG_NAME/; then
     echo "No changes to the output on this push; exiting."
     exit 0