@@ -10,8 +10,8 @@ concurrency:
1010jobs :
1111 build-and-deploy-snapshot :
1212 name : Build and Deploy Snapshot
13- runs-on : ubuntu-latest
1413 if : ${{ github.repository == 'spring-gradle-plugins/nullability-plugin' }}
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Check Out Code
1717 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -22,23 +22,23 @@ jobs:
2222 develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
2323 publish : true
2424 - name : Deploy
25- uses : spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
25+ uses : spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
2626 with :
27- uri : ' https://repo.spring.io'
28- username : ${{ secrets.ARTIFACTORY_USERNAME }}
29- password : ${{ secrets.ARTIFACTORY_PASSWORD }}
3027 build-name : ' nullability-plugin-0.0.x'
31- repository : ' libs-snapshot-local'
3228 folder : ' deployment-repository'
29+ password : ${{ secrets.ARTIFACTORY_PASSWORD }}
30+ repository : ' libs-snapshot-local'
3331 signing-key : ${{ secrets.GPG_PRIVATE_KEY }}
3432 signing-passphrase : ${{ secrets.GPG_PASSPHRASE }}
33+ uri : ' https://repo.spring.io'
34+ username : ${{ secrets.ARTIFACTORY_USERNAME }}
3535 - name : Send Notification
36- uses : ./.github/actions/send-notification
3736 if : always()
37+ uses : ./.github/actions/send-notification
3838 with :
39- webhook-url : ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
40- status : ${{ job.status }}
4139 build-scan-url : ${{ steps.build-and-publish.outputs.build-scan-url }}
4240 run-name : ${{ format('{0} | Linux | Java 17', github.ref_name) }}
41+ status : ${{ job.status }}
42+ webhook-url : ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
4343 outputs :
4444 version : ${{ steps.build-and-publish.outputs.version }}
0 commit comments