Sentry Release GitHub Action Now Available On All Runners

Sentry Release GitHub Action Now Available On All Runners

Sentry's Release GitHub Action is now supported on all GitHub-hosted runners ubuntu, macos and windows starting with v1.10.0.

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.

Your code is broken. Let's Fix it.
Get Started