Browse Source

Merge branch '3.2.x'

Closes gh-40775
pull/40037/head
Andy Wilkinson 2 years ago
parent
commit
78be9cfe53
  1. 2
      .github/actions/publish-gradle-plugin/action.yml
  2. 2
      .github/actions/sync-to-maven-central/action.yml
  3. 2
      .github/workflows/release.yml

2
.github/actions/publish-gradle-plugin/action.yml

@ -21,7 +21,7 @@ runs: @@ -21,7 +21,7 @@ runs:
using: composite
steps:
- name: Set Up JFrog CLI
uses: jfrog/setup-jfrog-cli@d82fe26823e1f25529250895d5673f65b02af085 # v4.0.1
uses: jfrog/setup-jfrog-cli@727b480bafd0d8adbdfdb2257a7d7c2e08eb1779 # v4.0.2
env:
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
- name: Download Artifacts

2
.github/actions/sync-to-maven-central/action.yml

@ -20,7 +20,7 @@ runs: @@ -20,7 +20,7 @@ runs:
using: composite
steps:
- name: Set Up JFrog CLI
uses: jfrog/setup-jfrog-cli@d82fe26823e1f25529250895d5673f65b02af085 # v4.0.1
uses: jfrog/setup-jfrog-cli@727b480bafd0d8adbdfdb2257a7d7c2e08eb1779 # v4.0.2
env:
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
- name: Download Release Artifacts

2
.github/workflows/release.yml

@ -69,7 +69,7 @@ jobs: @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JFrog CLI
uses: jfrog/setup-jfrog-cli@d82fe26823e1f25529250895d5673f65b02af085 # v4.0.1
uses: jfrog/setup-jfrog-cli@727b480bafd0d8adbdfdb2257a7d7c2e08eb1779 # v4.0.2
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Promote build

Loading…
Cancel
Save