There was an error while loading. Please reload this page.
1 parent 81ec779 commit 93aa400Copy full SHA for 93aa400
1 file changed
.github/workflows/detekt.yml
@@ -71,7 +71,7 @@ jobs:
71
' 1> gh_response.json
72
73
DETEKT_RELEASE_SHA=$(jq --raw-output '.data.repository.release.tagCommit.oid' gh_response.json)
74
- if [ "$DETEKT_RELEASE_SHA" != "37f0a1d006977512f1f216506cd695039607c3e5" ]; then
+ if [ "$DETEKT_RELEASE_SHA" != "046263730eb5368cb344489ac36543294e8e87bd" ]; then
75
echo "Release tag doesn't match expected commit SHA"
76
exit 1
77
fi
0 commit comments