Skip to content

Commit

Permalink
Release version v5
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Nov 18, 2024
1 parent d35f645 commit 0bf3120
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ on:

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v5

jobs:
staging-to-artifactory-with-gradle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-gradle-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:

env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v5

jobs:
build-snapshot-with-gradle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-promote-ga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
OSSRH_STAGING_PROFILE_NAME: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v5

jobs:
promote-ga:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-promote-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:

env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v5

jobs:
promote-milestone-with-jfrog:
Expand Down

0 comments on commit 0bf3120

Please sign in to comment.