Skip to content

Commit

Permalink
Use libs-release-staging repo for verify WF
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jan 2, 2024
1 parent 4b90210 commit 304f280
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
cache: 'gradle'

- uses: jfrog/setup-jfrog-cli@v3
with:
version: 2.52.3
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}

- name: Configure JFrog Cli
run: jf gradlec --repo-resolve libs-staging-local
run: jf gradlec --repo-resolve libs-release-staging

- name: Verify Spring Integration Kafka against staged release
run: |
Expand Down

0 comments on commit 304f280

Please sign in to comment.