diff options
author | 2020-10-09 00:03:21 +0100 | |
---|---|---|
committer | 2020-10-09 00:03:21 +0100 | |
commit | 3d38914d62dcefa27fd6baf39f4a023e14a93415 (patch) | |
tree | 3e2aa437bf4c4cf9dcec982e819d4637fbf7e2a4 /.github/workflows | |
parent | Merge pull request #21 from python-discord/sentry/add-sentry (diff) |
Prefix Sentry release
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/create_sentry_release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/create_sentry_release.yml b/.github/workflows/create_sentry_release.yml index 6daf552..557ebf6 100644 --- a/.github/workflows/create_sentry_release.yml +++ b/.github/workflows/create_sentry_release.yml @@ -32,3 +32,4 @@ jobs: with: environment: production sourcemaps: ./build/static/js/ + version_prefix: forms-frontend@ |