We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc4c15 commit b30241cCopy full SHA for b30241c
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: "Get Maven Central Latest Version"
17
run: |
18
- export LATEST_MVN_CENTRAL_VERSION=`curl -s https://search.maven.org/solrsearch/select\?q\=g:"org.jfrog.buildinfo"+AND+a:"build-info-extractor-gradle" | jq -r '.response.docs[0].latestVersio'`
+ export LATEST_MVN_CENTRAL_VERSION=`curl -s https://search.maven.org/solrsearch/select\?q\=g:"org.jfrog.buildinfo"+AND+a:"build-info-extractor-gradle" | jq -r '.response.docs[0].latestVersion'`
19
echo "LATEST_MVN_CENTRAL_VERSION=$LATEST_MVN_CENTRAL_VERSION" >> $GITHUB_ENV
20
- name: "Convert Version to Regex"
21
uses: actions-ecosystem/action-regex-match@v2
0 commit comments