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:24:42 UTC

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

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 61b826f  ISIS-2975: experiments (6)
61b826f is described below

commit 61b826fda607acf73e60f5d9676ec704f71ecff1
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:22:21 2022 +0000

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

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 08f0642..8ee54f9 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -36,8 +36,10 @@ jobs:
         distribution: 'zulu'
         java-version: 11
 
+    - name: Install jq
+      run: sudo apt-get install jq -y
+
     - name: Find latest version from search.maven.org
-      uses: sergeysova/jq-action@v2
       id: version
       with:
         cmd: 'curl -k "https://search.maven.org/solrsearch/select?q=g:org.apache.isis.core+AND+a:isis-applib&rows=1&wt=json" | jq -r ".response.docs[0].latestVersion" '