We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571e2e commit 3098729Copy full SHA for 3098729
1 file changed
.github/workflows/scheduled_update.yaml
@@ -69,7 +69,7 @@ jobs:
69
sha=${{ needs.update.outputs.sha }}
70
if [ -z "${sha}" ]; then sha="HEAD"; fi
71
for file in $(git diff ${tag}..${sha} --name-only); do
72
- if [ $file == "taginfo.json" ] || [ $file == "index.json" ] || [ $file == "package.json"] ; then
+ if [ $file == "taginfo.json" ] || [ $file == "index.json" ] || [ $file == "package.json" ] ; then
73
release_needed="true"
74
break
75
fi
0 commit comments