ci: use the tag (2021-09-12) for Sentry releases
Previously the commit sha1 was used, which was harder to read.
This commit is contained in:
parent
d9ff621e4a
commit
1a35ba1906
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sentry-release.yml
vendored
1
.github/workflows/sentry-release.yml
vendored
|
@ -16,3 +16,4 @@ jobs:
|
|||
SENTRY_PROJECT: rails
|
||||
with:
|
||||
environment: production
|
||||
version: ${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue