Skip to content

Commit

Permalink
fix: NOJIRA - hit the right CDN file (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearampin authored Feb 4, 2024
1 parent 60cec16 commit bb38b0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ jobs:
- name: Warm up CDN
id: warm_up_cdn
if: contains(github.event.inputs.release_type, 'release')
run: wget https://cdn.jsdelivr.net/npm/@imtbl/sdk/dist/browser/checkout.js
run: |
wget https://cdn.jsdelivr.net/npm/@imtbl/sdk/dist/browser/checkout/widgets.js
wget https://cdn.jsdelivr.net/npm/@imtbl/sdk/dist/browser/checkout/sdk.js
# Wait for 30 seconds to make sure the tag is available on GitHub
- uses: GuillaumeFalourd/wait-sleep-action@v1
Expand Down

0 comments on commit bb38b0d

Please sign in to comment.