You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by jr...@apache.org on 2023/02/09 11:01:59 UTC

[incubator-pekko-sbt-paradox] branch main updated: add coursier cache for publishing (#14)

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

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new 8873590  add coursier cache for publishing (#14)
8873590 is described below

commit 8873590a29510c37a4bfbe8761f5d65d024a7e07
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Thu Feb 9 12:01:53 2023 +0100

    add coursier cache for publishing (#14)
---
 .github/workflows/publish.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 6255e7f..5ef776c 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -20,6 +20,9 @@ jobs:
         with:
           java-version: adopt@1.8
 
+      - name: Cache Coursier cache
+        uses: coursier/cache-action@v6.4.0
+
       - name: Publish
         run: |-
           sbt publish


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