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:37:29 UTC

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

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 e74ac32  ISIS-2975: experiments (10)
e74ac32 is described below

commit e74ac32ae75cc120fc995bac7792a2bc142f479e
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:32:18 2022 +0000

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

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 91cf951..93a7a29 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -47,8 +47,7 @@ jobs:
 
     - name: Find latest version from search.maven.org
       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" '
+      run: '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" '
 #
 #    - name: Show my version
 #      run: 'echo "version ${{ steps.version.outputs.value }}"'