Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Re-enabling ci-release for core
Browse files Browse the repository at this point in the history
  • Loading branch information
jiveshungerford committed Apr 10, 2024
1 parent 275bc41 commit 9de1eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
java-version: [email protected]=tgz+https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2_linux-x64_bin.tar.gz

- run: sbt "ci-release"
- run: sbt 'zikyo-core/ci-release'
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ lazy val `zikyo-settings` = Seq(
lazy val zikyo =
crossProject(JVMPlatform)
.in(file("."))
.disablePlugins(CiReleasePlugin, MdocPlugin)
.settings(
name := "zikyo",
organization := "io.github.johnhungerford",
Expand Down

0 comments on commit 9de1eaa

Please sign in to comment.