Skip to content

Commit

Permalink
Merge branch 'master' into create-assetid-helper-fn
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 authored Aug 8, 2024
2 parents 1c8ca83 + a2ef812 commit 5098398
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,11 @@ jobs:
aws s3 cp ./packages/account/src/providers/assets/images/ s3://${S3_CDN_BUCKET}/assets/ --recursive
env:
S3_CDN_BUCKET: ${{ secrets.S3_CDN_BUCKET }}

- name: Notify migrations and disclosures of the new release (breaking changes)
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.MIGRATIONS_RELEASE_TRIGGER_TOKEN }}" \
https://api.github.com/repos/FuelLabs/migrations-and-disclosures/dispatches \
-d '{"event_type":"update_versions"}'

0 comments on commit 5098398

Please sign in to comment.