This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
commit 5592a51d7de06bca428a8ee70bc9b8429c8ff57e Author: Matthew de Detrich <[email protected]> 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/[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
