Skip to content

Commit f3b80a2

Browse files
committed
Push updates and invalidate maven packages hash
1 parent 3398094 commit f3b80a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-deps.yml

+7
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ jobs:
3030
SCALA_KORE_VERSION="$(cat matching/deps/scala_kore_release)"
3131
sed -i 's!^ <scala-kore.version>.*</scala-kore.version>$! <scala-kore.version>'"${SCALA_KORE_VERSION}"'</scala-kore.version>!' matching/pom.xml
3232
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

Comments
 (0)