Skip to content

Commit

Permalink
try unsetting to use default build info json
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 24, 2024
1 parent 80a0e52 commit 2691b99
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 @@ -81,7 +81,7 @@ jobs:
# mvn deploy only uploads to JFrog but doesn't create a JFrog build
# TODO: run number doesn't increment when rerunning a workflow run
- name: Create JFrog build from uploaded artifacts
run: jf rt build-publish ${{ steps.get-proxy-client-version.outputs.version }} ${{ github.run_number }}
run: jf rt build-publish

- name: Create release bundle from JFrog build
# Platform URL required for lifecycle commands (e.g release bundle management)
Expand Down

0 comments on commit 2691b99

Please sign in to comment.