We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba5265 + fa5c6cd commit af49613Copy full SHA for af49613
.github/workflows/deploy-artifacts.yml
@@ -138,6 +138,7 @@ jobs:
138
uri: "https://repo.spring.io"
139
repository: ${{ steps.deploy-location.outputs.deploy_location }}
140
build-name: ${{ github.event.repository.name }}-${{ steps.branch-name.outputs.branch }}
141
+ build-number: ${{ github.run_id }}
142
build-uri: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
143
username: ${{ secrets.ARTIFACTORY_USERNAME }}
144
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
0 commit comments