You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/10 12:40:32 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: Remove un-needed sonatypeBundleRelease

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 5592a51  Remove un-needed sonatypeBundleRelease
5592a51 is described below

commit 5592a51d7de06bca428a8ee70bc9b8429c8ff57e
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Fri Mar 10 13:30:46 2023 +0100

    Remove un-needed sonatypeBundleRelease
---
 .github/workflows/publish-nightly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-nightly.yml b/.github/workflows/publish-nightly.yml
index 02de76f..a97064d 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -46,7 +46,7 @@ jobs:
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
-        run: sbt +publish sonatypeBundleRelease
+        run: sbt +publish
 
       - name: Cache Coursier cache
         uses: coursier/cache-action@v6.4.0


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org