-
Notifications
You must be signed in to change notification settings - Fork 205
Fix github actions token permissions issue in release.yaml [DX-505] #2600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix github actions token permissions issue in release.yaml [DX-505] #2600
Conversation
2ce8121 to
649c1b5
Compare
d9ae231 to
468e94e
Compare
| "homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
| "type": "module", | ||
| "exports": { | ||
| ".": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just changed the order here, to fix this warning:
The condition "types" here will never be used as it comes after both "import" and "require"
| dist | ||
| key: build-cache-${{ github.run_id }}-${{ github.run_attempt }} | ||
|
|
||
| - name: Setup Chrome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this back in because of course we have to run npm run build 47 times before we do anything, with runs npm run postbuild, which runs integration tests 🥇
468e94e to
d6aa0c0
Compare
452430b to
1920aa2
Compare
1920aa2 to
6a054df
Compare
|
🎉 This PR is included in version 11.8.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Fix failing release job in this github action, raised in this issue
Description
Error