summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ef5220b..b023e87 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
fetch-depth: 1
- name: Checkout sparsely to avoid issues with unicode paths
- if: !success()
+ if: '!success()'
run: |
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'