We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 122b663 + 565f440 commit 00edc66Copy full SHA for 00edc66
.github/workflows/build-and-deploy-snapshot.yml
@@ -39,7 +39,7 @@ jobs:
39
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
40
run: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository build publishAllPublicationsToDeploymentRepository
41
- name: Deploy
42
- uses: spring-io/artifactory-deploy-action@8f794d7e1c1e99a4f6afa3b87a9d1410853c1709
+ uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
43
with:
44
uri: 'https://repo.spring.io'
45
username: ${{ secrets.ARTIFACTORY_USERNAME }}
0 commit comments