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:
Pierre de La Morinerie 2021-03-25 13:23:43 +01:00
parent d9ff621e4a
commit 1a35ba1906

View file

@ -16,3 +16,4 @@ jobs:
SENTRY_PROJECT: rails
with:
environment: production
version: ${{ github.ref }}