From 1a35ba1906d24260f10c5d16ef1d104bc6d131e7 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 25 Mar 2021 13:23:43 +0100 Subject: [PATCH] ci: use the tag (2021-09-12) for Sentry releases Previously the commit sha1 was used, which was harder to read. --- .github/workflows/sentry-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 585ba05e8..dd4f2d40f 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -16,3 +16,4 @@ jobs: SENTRY_PROJECT: rails with: environment: production + version: ${{ github.ref }}