We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec83f8 commit fa5c6cdCopy full SHA for fa5c6cd
.github/workflows/deploy-artifacts.yml
@@ -116,6 +116,7 @@ jobs:
116
uri: "https://repo.spring.io"
117
repository: ${{ steps.deploy-location.outputs.deploy_location }}
118
build-name: ${{ github.event.repository.name }}-${{ steps.branch-name.outputs.branch }}
119
+ build-number: ${{ github.run_id }}
120
build-uri: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
121
username: ${{ secrets.ARTIFACTORY_USERNAME }}
122
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments