Skip to content

Commit

Permalink
deploy p2 artifacts after uploading OS bins
Browse files Browse the repository at this point in the history
  • Loading branch information
pogi7 committed Dec 1, 2022
1 parent f817da3 commit 4c78d76
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
- name: Set version
run: ./setversion.sh ${{ github.ref_name }} && ./io.opencaesar.rosetta.product/setversion.sh


- name: Deploy p2 artifacts
# settings file encodes credentials needed to write to Github
run: mvn deploy -Prelease-composite -Dgithub-update-repo=https://x-access-token:${{ env.GITHUB_TOKEN }}@github.com/pogi7/oml-rosetta-p2

- name: Create Github Release
id: create-release
uses: actions/create-release@v1
Expand Down Expand Up @@ -118,4 +113,6 @@ jobs:
# TODO: Create signing step for MacOS binaries current workaround
# xattr -cr /path/to/mac_application.app


- name: Deploy p2 artifacts
# settings file encodes credentials needed to write to Github
run: mvn deploy -Prelease-composite -Dgithub-update-repo=https://x-access-token:${{ env.GITHUB_TOKEN }}@github.com/pogi7/oml-rosetta-p2

0 comments on commit 4c78d76

Please sign in to comment.