Skip to content

Commit

Permalink
Add jf gradlec for verify staging WF
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 7, 2023
1 parent 6a9632e commit 5bf94c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:

- name: Prepare Samples project against Staging
run: |
jf gradlec --repo-resolve libs-staging-local
echo 'allprojects {
repositories {
maven { url "https://repo.spring.io/libs-staging-local" }
}
}' > staging-repo-init.gradle
sed -i "1,/springIntegrationVersion.*/s/springIntegrationVersion.*/springIntegrationVersion='${{ inputs.releaseVersion }}'/" build.gradle
- name: Verify Spring Integration Samples against staged release
Expand Down

0 comments on commit 5bf94c6

Please sign in to comment.