Skip to content

Commit

Permalink
Be specific about build details
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 25, 2024
1 parent 4d36873 commit 9884fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

# mvn deploy only uploads to JFrog but doesn't create a JFrog build
- name: Create JFrog build from uploaded artifacts
run: jf rt build-publish
run: jf rt build-publish --build-name=${{ steps.get-proxy-client-version.outputs.version }} --build-number=${{ github.run_number }}

- run: sudo apt install -y moreutils

Expand Down

0 comments on commit 9884fde

Please sign in to comment.