From bdf3aae4e4f7592a5c6eb937d6d8f7ffc71b28ab Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Thu, 15 Jul 2021 17:39:01 +0700 Subject: [PATCH] ci: sentry version fix --- .github/workflows/api.yml | 2 +- .github/workflows/client.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 31b9f97..553158b 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -60,4 +60,4 @@ jobs: with: environment: production set_commits: skip - version: ${{ github.ref }} \ No newline at end of file + version: ${{ github.sha }} \ No newline at end of file diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index da2b72c..b12ad25 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -65,4 +65,4 @@ jobs: with: environment: production set_commits: skip - version: ${{ github.ref }} \ No newline at end of file + version: ${{ github.sha }} \ No newline at end of file