We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3398094 commit f3b80a2Copy full SHA for f3b80a2
.github/workflows/update-deps.yml
@@ -30,3 +30,10 @@ jobs:
30
SCALA_KORE_VERSION="$(cat matching/deps/scala_kore_release)"
31
sed -i 's!^ <scala-kore.version>.*</scala-kore.version>$! <scala-kore.version>'"${SCALA_KORE_VERSION}"'</scala-kore.version>!' matching/pom.xml
32
git add matching/pom.xml && git commit -m "matching: update scala-kore to ${SCALA_KORE_VERSION}" || true
33
+
34
+ - name: 'Invalidate Nix Maven hash'
35
+ run:
36
+ sed -i 's! mvnHash = "sha256-.*";! mvnHash = "";!' nix/overlay.nix
37
38
+ - name: 'Push updates'
39
+ run: git push
0 commit comments