Skip to content

Commit

Permalink
fix(build&publish): correct API base URLs in build-publish workflow (#…
Browse files Browse the repository at this point in the history
…1924)

* fix(build&publish): correct API base URLs in build-publish workflow

* fix(build&publish): update API base URL format in workflow
  • Loading branch information
beniaminmunteanu authored Feb 24, 2025
1 parent a10d034 commit 70f4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: test-boutique-frontend-jopacc
identifier: 'boutique:frontend'
path: packages/boutique/frontend
api_base_url: 'https://api.boutique.jopacc.openpayments.directory'
api_base_url: 'https://api-boutique.jopacc.openpayments.directory'
currency: 'JOD'
theme: light
- name: test-boutique-backend
Expand Down

0 comments on commit 70f4951

Please sign in to comment.