You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 18:25:45 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (8)

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

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new 05cb084  ISIS-2975: experiments (8)
05cb084 is described below

commit 05cb0841eeb94cd1b2b47d716b4078eb4b35caa1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:25:35 2022 +0000

    ISIS-2975: experiments (8)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index e6dac3b..658bf64 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -10,7 +10,7 @@ on:
 
 jobs:
   build:
-    name: build-local-no-push
+    name: build-local-push
     runs-on: ubuntu-latest
     env:
       # to be shared among all steps of this job
@@ -39,8 +39,8 @@ jobs:
     - name: Print Maven Version
       run: mvn --version
 
-#    - name: Install jq
-#      run: sudo apt-get install jq -y
+    - name: Install jq
+      run: sudo apt-get install jq -y
 #
 #    - name: Find latest version from search.maven.org
 #      id: version