From 2c0734e996b1ea9bd7acf9e81b60fed4d3264814 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 10 Oct 2023 12:09:34 +0200 Subject: [PATCH] build: publishSigned --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b6b52079..b467cc61f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: PGP_SECRET: ${{ secrets.PGP_SECRET }} PUBLISH_USER: ${{ secrets.PUBLISH_USER }} PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }} - run: sbt ci-release + run: sbt +publishSigned documentation: # runs on main repo only