Skip to content

Commit

Permalink
Fix build error to deploy to CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni authored and marcospassos committed Apr 23, 2020
1 parent 53acdf1 commit 75deeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-published-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
gsutil -m cp build/plug.min.js "gs://${GCLOUD_BUCKET}/js/v1/lib/plug.js"
# Allow for faster updates during beta, should be removed once its stable enough to distribute over global cdn
gsutil -m setmeta -h "Cache-Control: no-cache, no-store, no-transform" "gs://${GCLOUD_BUCKET}/js/lib/plug.js"
gsutil -m setmeta -h "Cache-Control: no-cache, no-store, no-transform" "gs://${GCLOUD_BUCKET}/js/v1/lib/plug.js"
- name: npm publish
run: |-
Expand Down

0 comments on commit 75deeb4

Please sign in to comment.