We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef896fa commit c65eb4dCopy full SHA for c65eb4d
.github/deploy.sh
@@ -34,6 +34,8 @@ git config user.name "GHA CI"
34
git config user.email "gha@ci.invalid"
35
36
if [[ -n $TAG_NAME ]]; then
37
+ # track files, so that the following check works
38
+ git add --intent-to-add "$TAG_NAME"
39
if git diff --exit-code --quiet -- $TAG_NAME/; then
40
echo "No changes to the output on this push; exiting."
41
exit 0
0 commit comments