Skip to content

Commit fa5c6cd

Browse files
committed
Add build-number
Issue gh-86
1 parent 2ec83f8 commit fa5c6cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
uri: "https://repo.spring.io"
117117
repository: ${{ steps.deploy-location.outputs.deploy_location }}
118118
build-name: ${{ github.event.repository.name }}-${{ steps.branch-name.outputs.branch }}
119+
build-number: ${{ github.run_id }}
119120
build-uri: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
120121
username: ${{ secrets.ARTIFACTORY_USERNAME }}
121122
password: ${{ secrets.ARTIFACTORY_PASSWORD }}

0 commit comments

Comments
 (0)