
Sentry's GitHub Action has Improved Runtime Compatibility
Sentry's Release GitHub Action has improved run time, and compatibility for Linux GitHub Action runners.
Starting with v1.11.0
, Linux runners will execute a pre-deployed docker image which improves run time by 2x over the previous version. Mac OS and Windows runners are still supported but are slower than their Linux counterparts due to architectural constraints.
To set up the action, add it as the last step in your CI:
- uses: getsentry/action-release@v1
with:
environment: 'production'
# for JavaScript projects with source maps
inject: true
sourcemaps: './dist'
Please reach out on GitHub if you have any feedback or concerns.