Skip to content

Commit

Permalink
Push updates and invalidate maven packages hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Mar 7, 2024
1 parent 3398094 commit f3b80a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ jobs:
SCALA_KORE_VERSION="$(cat matching/deps/scala_kore_release)"
sed -i 's!^ <scala-kore.version>.*</scala-kore.version>$! <scala-kore.version>'"${SCALA_KORE_VERSION}"'</scala-kore.version>!' matching/pom.xml
git add matching/pom.xml && git commit -m "matching: update scala-kore to ${SCALA_KORE_VERSION}" || true
- name: 'Invalidate Nix Maven hash'
run:
sed -i 's! mvnHash = "sha256-.*";! mvnHash = "";!' nix/overlay.nix

- name: 'Push updates'
run: git push

0 comments on commit f3b80a2

Please sign in to comment.