ci: sentry version fix

This commit is contained in:
Reinaldy Rafli 2021-07-15 17:39:01 +07:00
parent f7c49c37f6
commit bdf3aae4e4
2 changed files with 2 additions and 2 deletions

View File

@ -60,4 +60,4 @@ jobs:
with:
environment: production
set_commits: skip
version: ${{ github.ref }}
version: ${{ github.sha }}

View File

@ -65,4 +65,4 @@ jobs:
with:
environment: production
set_commits: skip
version: ${{ github.ref }}
version: ${{ github.sha }}