Skip to content

Commit

Permalink
Try this fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 15, 2024
1 parent 4834eb1 commit 36d7bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:

- name: Create release bundle from JFrog build
# Platform URL required for lifecycle commands (e.g release bundle management)
run: jf release-bundle-create --url ${{ vars.JF_URL }} --project=clients --signing-key=aerospike --sync --spec=./releasebundle-filespec.json aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }}
run: jf release-bundle-create --url "${{ vars.JF_URL }}" --project=clients --signing-key=aerospike --sync --spec=./releasebundle-filespec.json aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }}
working-directory: .github/workflows

- name: Promote release bundle to DEV stage
run: jf release-bundle-promote --url ${{ vars.JF_URL }} --project=clients --signing-key=aerospike --sync aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }} DEV
run: jf release-bundle-promote --url "${{ vars.JF_URL }}" --project=clients --signing-key=aerospike --sync aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }} DEV
working-directory: .github/workflows

0 comments on commit 36d7bb9

Please sign in to comment.