Skip to content

Commit

Permalink
Release version v3
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jul 18, 2024
1 parent ac4b049 commit e785d0a
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 @@ -66,7 +66,7 @@ env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v3

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 @@ -50,7 +50,7 @@ env:
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
WORKFLOWS_REF: main
WORKFLOWS_REF: v3

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

jobs:
release-to-central:
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: v3

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

0 comments on commit e785d0a

Please sign in to comment.