Skip to content

Commit

Permalink
release workflow issues - cleanup (#5)
Browse files Browse the repository at this point in the history
* experiments, upgrades, downgrades
* cleanup
  • Loading branch information
m-kalai authored Nov 19, 2024
1 parent a0378a6 commit 799d1bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Install gpg v1.4
uses: olafurpg/setup-gpg@v3

- name: Publish project
run: sbt ci-release
env:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.5
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0")

0 comments on commit 799d1bd

Please sign in to comment.