Skip to content

Commit

Permalink
Update publish_snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelva authored Dec 25, 2024
1 parent 4d8ec23 commit 32f892e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ jobs:
run: |
curl -u ${{ secrets.CONNECT_USER }}:${{ secrets.CONNECT_TOKEN }} \
-F package=@staging/package.zip \
https://connect.nuxeo.com/nuxeo/site/marketplace/upload?batch=true&orgId=nuxeo-presales-us&restrictedToOrgs=nuxeo-presales-eu
https://connect.nuxeo.com/nuxeo/site/marketplace/upload?batch=true&${{ vars.MP_OWNER }}
curl -u ${{ secrets.CONNECT_USER }}:${{ secrets.CONNECT_TOKEN }} \
-F package=@staging/package.zip \
https://nos-preprod-connect.nuxeocloud.com/nuxeo/site/marketplace/upload?batch=true&${{ vars.MP_OWNER }}

0 comments on commit 32f892e

Please sign in to comment.