Skip to content

Commit

Permalink
Use clients project for publishing build
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 24, 2024
1 parent 1038b0c commit 74d7abc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
JF_URL: ${{ env.JFROG_URL }}
JF_USER: ${{ secrets.JFROG_USERNAME }}
JF_PASSWORD: ${{ secrets.JFROG_MAVEN_TOKEN }}
JF_PROJECT: "clients"

- run: sudo apt install -y libxml-xpath-perl

Expand All @@ -88,9 +89,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 --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 --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 --project=clients --signing-key=aerospike --sync aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }} DEV
run: jf release-bundle-promote --signing-key=aerospike --sync aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }} DEV
working-directory: .github/workflows

0 comments on commit 74d7abc

Please sign in to comment.